From 05b2e2196fd5f2f488e96f583d6aad78c79a2a9e Mon Sep 17 00:00:00 2001 From: Shrenuj Bansal Date: Fri, 30 Jun 2023 12:16:30 -0400 Subject: [PATCH] Update build version to 1.23.3-dev --- build/openrpc/full.json.gz | Bin 33969 -> 33969 bytes build/openrpc/gateway.json.gz | Bin 10425 -> 10425 bytes build/openrpc/miner.json.gz | Bin 15939 -> 15939 bytes build/openrpc/worker.json.gz | Bin 5246 -> 5246 bytes build/version.go | 2 +- documentation/en/cli-lotus-miner.md | 2 +- documentation/en/cli-lotus-worker.md | 2 +- documentation/en/cli-lotus.md | 2 +- 8 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/openrpc/full.json.gz b/build/openrpc/full.json.gz index 6a25cd677273192c7b42c6211511056b637a1a70..340f840afe6d62811f6c44896e95603e0a9adbe3 100644 GIT binary patch delta 23 fcmdnk$+WSPX+j61+s00X77o_d-S$_murUAtZ+!^x delta 23 ecmdnk$+WSPX+j5M+s00X7LJxa|IjN}*cbqH8VOF){nv*?+kixt<_^>0049{33~tl diff --git a/build/version.go b/build/version.go index 2b7cbeda2..56a2cc0ab 100644 --- a/build/version.go +++ b/build/version.go @@ -37,7 +37,7 @@ func BuildTypeString() string { } // BuildVersion is the local build version -const BuildVersion = "1.23.2-dev" +const BuildVersion = "1.23.3-dev" func UserVersion() string { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" { diff --git a/documentation/en/cli-lotus-miner.md b/documentation/en/cli-lotus-miner.md index a6ea67562..ee8f45837 100644 --- a/documentation/en/cli-lotus-miner.md +++ b/documentation/en/cli-lotus-miner.md @@ -7,7 +7,7 @@ USAGE: lotus-miner [global options] command [command options] [arguments...] VERSION: - 1.23.2-dev + 1.23.3-dev COMMANDS: init Initialize a lotus miner repo diff --git a/documentation/en/cli-lotus-worker.md b/documentation/en/cli-lotus-worker.md index 9c749f44a..bdf992e58 100644 --- a/documentation/en/cli-lotus-worker.md +++ b/documentation/en/cli-lotus-worker.md @@ -7,7 +7,7 @@ USAGE: lotus-worker [global options] command [command options] [arguments...] VERSION: - 1.23.2-dev + 1.23.3-dev COMMANDS: run Start lotus worker diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index 751182a43..fe63acbc6 100644 --- a/documentation/en/cli-lotus.md +++ b/documentation/en/cli-lotus.md @@ -7,7 +7,7 @@ USAGE: lotus [global options] command [command options] [arguments...] VERSION: - 1.23.2-dev + 1.23.3-dev COMMANDS: daemon Start a lotus daemon process