bump the version to v1.12.0-rc2

This commit is contained in:
Jennifer Wang 2021-10-08 15:14:08 -04:00
parent b0687ecb09
commit fb4ef413f4
8 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Lotus changelog # 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. 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.

View File

@ -40,7 +40,7 @@ func buildType() string {
} }
// BuildVersion is the local build version // BuildVersion is the local build version
const BuildVersion = "1.12.0-rc1" const BuildVersion = "1.12.0-rc2"
func UserVersion() string { func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

View File

@ -7,7 +7,7 @@ USAGE:
lotus-miner [global options] command [command options] [arguments...] lotus-miner [global options] command [command options] [arguments...]
VERSION: VERSION:
1.12.0-rc1 1.12.0-rc2
COMMANDS: COMMANDS:
init Initialize a lotus miner repo init Initialize a lotus miner repo

View File

@ -7,7 +7,7 @@ USAGE:
lotus-worker [global options] command [command options] [arguments...] lotus-worker [global options] command [command options] [arguments...]
VERSION: VERSION:
1.12.0-rc1 1.12.0-rc2
COMMANDS: COMMANDS:
run Start lotus worker run Start lotus worker

View File

@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...] lotus [global options] command [command options] [arguments...]
VERSION: VERSION:
1.12.0-rc1 1.12.0-rc2
COMMANDS: COMMANDS:
daemon Start a lotus daemon process daemon Start a lotus daemon process