diff --git a/version/version.go b/version/version.go index e1e0d6b9a9..99ca15343e 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-dev" + VERSION = "0.3.1-rc1" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"