diff --git a/version/version.go b/version/version.go index 9dfd1d6e9a..5ef921847c 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ import "fmt" var ( // Version should be updated by hand at each release - Version = "0.6.0-rc3" + Version = "0.6.0-dev" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD"