Merge pull request #8211 from filecoin-project/asr/rc2

Lotus release v1.15.0-rc2
This commit is contained in:
Aayush Rajasekaran 2022-03-01 09:49:34 -05:00 committed by GitHub
commit bc5be0c30e
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-rc1 / 2022-02-10
# 1.15.0-rc2 / 2022-03-01
This is the first release candidates of v1.15.0, detailed changelog will be updated later.
This is the second release candidates of v1.15.0, detailed changelog will be updated later.
- 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-rc1"
const BuildVersion = "1.15.0-rc2"
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-rc1
1.15.0-rc2
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-rc1
1.15.0-rc2
COMMANDS:
run Start lotus worker

View File

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