Skip to content

Commit

Permalink
Merge pull request #7400 from filecoin-project/jen/release-prep
Browse files Browse the repository at this point in the history
v1.11.3 release prep
  • Loading branch information
jennijuju authored Sep 29, 2021
2 parents 21148c9 + 7c01584 commit bb244f2
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 106 deletions.
209 changes: 107 additions & 102 deletions 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/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 @@ -40,7 +40,7 @@ func buildType() string {
}

// BuildVersion is the local build version
const BuildVersion = "1.11.3-rc2"
const BuildVersion = "1.11.3"

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.11.3-rc2
1.11.3
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.11.3-rc2
1.11.3
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.11.3-rc2
1.11.3
COMMANDS:
daemon Start a lotus daemon process
Expand Down

0 comments on commit bb244f2

Please sign in to comment.