diff --git a/internal/version/version.go b/internal/version/version.go index 93c2315..65adee2 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -8,7 +8,7 @@ import ( ) // current version -const dev = "0.1.0" +const dev = "0.0.0" // Provisioned by ldflags var ( @@ -22,7 +22,7 @@ func init() { if version == "" { version = dev } - if version == "v0.1.0-" { // building in a directory which is not a git repository + if version == "v0.0.0-" { // building in a directory which is not a git repository version = dev } if commitHash == "" {