diff --git a/version/version.go b/version/version.go index 95e9ca7d89..88cee5c081 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.5.1" + Version = "0.5.2-dev" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD"