bump the version to v1.12.0-rc2
This commit is contained in:
parent
b0687ecb09
commit
fb4ef413f4
@ -1,6 +1,6 @@
|
||||
# Lotus changelog
|
||||
|
||||
# v1.12.0-rc1 / 2021-10-01
|
||||
# v1.12.0-rc2 / 2021-10-08
|
||||
|
||||
This is the first release candidate for lotus v1.11.3. Changelog will be updated later.
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -40,7 +40,7 @@ func buildType() string {
|
||||
}
|
||||
|
||||
// BuildVersion is the local build version
|
||||
const BuildVersion = "1.12.0-rc1"
|
||||
const BuildVersion = "1.12.0-rc2"
|
||||
|
||||
func UserVersion() string {
|
||||
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus-miner [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.12.0-rc1
|
||||
1.12.0-rc2
|
||||
|
||||
COMMANDS:
|
||||
init Initialize a lotus miner repo
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus-worker [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.12.0-rc1
|
||||
1.12.0-rc2
|
||||
|
||||
COMMANDS:
|
||||
run Start lotus worker
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.12.0-rc1
|
||||
1.12.0-rc2
|
||||
|
||||
COMMANDS:
|
||||
daemon Start a lotus daemon process
|
||||
|
Loading…
Reference in New Issue
Block a user