From 7b95649cab7f97da5b1be2ddb9b0079c9f3f5fa8 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Fri, 14 May 2021 22:22:30 -0400 Subject: [PATCH] bump the version to v1.9.0-rc5 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 1a34ce44c..f05ac6269 100644 --- a/build/version.go +++ b/build/version.go @@ -29,7 +29,7 @@ func buildType() string { } // BuildVersion is the local build version, set by build system -const BuildVersion = "1.9.0-rc4" +const BuildVersion = "1.9.0-rc5" func UserVersion() string { return BuildVersion + buildType() + CurrentCommit