diff --git a/version/version.go b/version/version.go index f60b87f9ab..8e6b4199b3 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.5.5-dev" + Version = "0.5.5" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD"