diff --git a/build/version.go b/build/version.go index fceb287b6..2e03befb4 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-rc2" +const BuildVersion = "1.11.2" func UserVersion() string { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {