Skip to content

Commit

Permalink
Merge pull request #10524 from filecoin-project/jen/v121
Browse files Browse the repository at this point in the history
chore: build: v1.21.0-rc1
  • Loading branch information
rjan90 authored Mar 22, 2023
2 parents 43da108 + a8580e2 commit 3f8a41c
Show file tree
Hide file tree
Showing 9 changed files with 267 additions and 5 deletions.
264 changes: 263 additions & 1 deletion CHANGELOG.md

Large diffs are not rendered by default.

Binary file modified build/openrpc/full.json.gz
Binary file not shown.
Binary file modified build/openrpc/gateway.json.gz
Binary file not shown.
Binary file modified build/openrpc/miner.json.gz
Binary file not shown.
Binary file modified build/openrpc/worker.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func BuildTypeString() string {
}

// BuildVersion is the local build version
const BuildVersion = "1.21.0-dev"
const BuildVersion = "1.21.0-rc1"

func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus-miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:
lotus-miner [global options] command [command options] [arguments...]
VERSION:
1.21.0-dev
1.21.0-rc1
COMMANDS:
init Initialize a lotus miner repo
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:
lotus-worker [global options] command [command options] [arguments...]
VERSION:
1.21.0-dev
1.21.0-rc1
COMMANDS:
run Start lotus worker
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...]
VERSION:
1.21.0-dev
1.21.0-rc1
COMMANDS:
daemon Start a lotus daemon process
Expand Down

0 comments on commit 3f8a41c

Please # to comment.