lotus v1.13.2-rc7

This commit is contained in:
Jennifer Wang 2022-01-05 19:16:57 -05:00
parent 7d65a2664d
commit 09cd258780
8 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# Lotus changelog # Lotus changelog
# v1.13.2-rc6 / 2022-01-04 # v1.13.2-rc7 / 2022-01-05
This is the 6th RC for lotus v1.13.2. This will be a highly recommended release with sealing pipeline fixes, worker This is the 7th RC for lotus v1.13.2. This will be a highly recommended release with sealing pipeline fixes, worker
management and scheduler enhancement, retrieval improvements and so on. More detailed changelog will be updated later. management and scheduler enhancement, retrieval improvements and so on. More detailed changelog will be updated later.
- github.com/filecoin-project/lotus: - github.com/filecoin-project/lotus:

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -37,7 +37,7 @@ func BuildTypeString() string {
} }
// BuildVersion is the local build version // BuildVersion is the local build version
const BuildVersion = "1.13.2-rc6" const BuildVersion = "1.13.2-rc7"
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.13.2-rc6 1.13.2-rc7
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.13.2-rc6 1.13.2-rc7
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.13.2-rc6 1.13.2-rc7
COMMANDS: COMMANDS:
daemon Start a lotus daemon process daemon Start a lotus daemon process