diff --git a/_version/version.go b/_version/version.go index 1c7a832a69..2d86ef558b 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-rc2" + Version = "0.5.0-rc3" // Set to any non-empty value by official release script OfficialBuild string