bump master version to v1.11.2-dev

This commit is contained in:
Jennifer Wang 2021-07-27 22:54:23 -04:00
parent c31e5596e8
commit e49c77e29c

View File

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