Lotus version 1.11.0
This commit is contained in:
parent
ba7e730d24
commit
2d123aab47
@ -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
|
||||
|
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user