diff --git a/build/version.go b/build/version.go index 5977c5123..f1c12b16b 100644 --- a/build/version.go +++ b/build/version.go @@ -34,7 +34,7 @@ func buildType() string { } // BuildVersion is the local build version -const BuildVersion = "1.11.1-rc3" +const BuildVersion = "1.11.1" func UserVersion() string { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {