diff --git a/version/version.go b/version/version.go index 3f40ca9ceb..681556d8b2 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version var ( // VERSION should be updated by hand at each release - VERSION = "0.4.0" + VERSION = "0.5.0-dev" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"