Merge pull request #11107 from filecoin-project/asr/releasev1.23.3

chore: release v1.23.3
This commit is contained in:
Aayush Rajasekaran 2023-07-27 19:30:43 -04:00 committed by GitHub
commit 1e019da56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 6 additions and 6 deletions

View File

@ -2,9 +2,9 @@
# UNRELEASED # UNRELEASED
# v1.23.3-rc2 / 2023-07-11 # v1.23.3 / 2023-07-27
This is the second release candidate for the upcoming feature release v1.23.3 of Lotus. This feature release includes numerous improvements and enhancements for node operators, ETH RPC-providers and storage providers. This feature release of Lotus includes numerous improvements and enhancements for node operators, ETH RPC-providers and storage providers.
## Highlights ## Highlights

Binary file not shown.

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.23.3-rc2" const BuildVersion = "1.23.3"
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.23.3-rc2 1.23.3
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.23.3-rc2 1.23.3
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.23.3-rc2 1.23.3
COMMANDS: COMMANDS:
daemon Start a lotus daemon process daemon Start a lotus daemon process