diff --git a/_version/version.go b/_version/version.go index 3fdc1e9a78..1c7a832a69 100644 --- a/_version/version.go +++ b/_version/version.go @@ -11,7 +11,7 @@ import ( // build.go will set date and sha, but `go get` will set none of these. var ( // Version number for official releases Updated manually before each release. - Version = "0.5.0-rc1" + Version = "0.5.0-rc2" // Set to any non-empty value by official release script OfficialBuild string