bump the version to v1.9.0-rc5

This commit is contained in:
Jennifer Wang 2021-05-14 22:22:30 -04:00
parent 6c8c732104
commit 7b95649cab

View File

@ -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