From 8385f1d2a1b8d4f66377f45987665f65582bf691 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Mon, 30 Aug 2021 18:54:15 -0400 Subject: [PATCH] bump the version --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index dab322d60..fceb287b6 100644 --- a/build/version.go +++ b/build/version.go @@ -40,7 +40,7 @@ func buildType() string { } // BuildVersion is the local build version -const BuildVersion = "1.11.2-rc1" +const BuildVersion = "1.11.2-rc2" func UserVersion() string { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {