Lotus version 1.11.0

This commit is contained in:
Aayush Rajasekaran 2021-06-28 22:16:03 -04:00
parent ba7e730d24
commit 2d123aab47
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Lotus changelog
# 1.11.0-rc1 / 2021-06-28
This is the first release candidate for the optional Lotus v1.11.0 release that introduces several months of bugfixes and feature development. A more detailed changelog will follow.
# 1.10.0 / 2021-06-23
This is a mandatory release of Lotus that introduces Filecoin network v13, codenamed the HyperDrive upgrade. The

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.0-rc1"
func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {