Merge pull request #8236 from filecoin-project/asr/backport

Lotus release v1.15.0-rc3
This commit is contained in:
Aayush Rajasekaran 2022-03-02 17:06:56 -05:00 committed by GitHub
commit b7e1548041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Lotus changelog
# 1.15.0-rc2 / 2022-03-01
# 1.15.0-rc3 / 2022-03-02
This is the second release candidates of v1.15.0, detailed changelog will be updated later.
This is the third release candidates of v1.15.0, detailed changelog will be updated later. This RC drops the libp2p upgrade that was included in the earlier 2 RCs.
- github.com/filecoin-project/lotus:
- bump the version to v1.15.0-rc1

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
const BuildVersion = "1.15.0-rc2"
const BuildVersion = "1.15.0-rc3"
func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

View File

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

View File

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

View File

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