refactor: drop comment

This commit is contained in:
2021-12-19 16:29:28 +01:00
parent 59b80d5def
commit 45259b3266

View File

@ -12,7 +12,6 @@ var Version string
var Commit string
func main() {
// If not set in the ld-flags
if Version == "" {
Version = "dev"
}