diff --git a/version/version.go b/version/version.go index 1af6af9732..95e9ca7d89 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.0" + Version = "0.5.1" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD"