diff --git a/version/version.go b/version/version.go index 460eb13541..91c85debc3 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-rc1" + Version = "0.5.0-rc2" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD"