Update version.go

This commit is contained in:
Aayush Rajasekaran 2021-06-28 22:43:14 -04:00 committed by GitHub
parent ba7e730d24
commit 07487b6d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "1.11.0-dev"
const BuildVersion = "1.11.1-dev"
func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {