From 1c4ddcd409e3c5e470365d294b8dedbade213eb6 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Thu, 13 May 2021 17:48:55 -0400 Subject: [PATCH] Pull the nerpa upgrade pr and update the version to rc4 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 32ee57b4c..1a34ce44c 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-rc3" +const BuildVersion = "1.9.0-rc4" func UserVersion() string { return BuildVersion + buildType() + CurrentCommit