diff --git a/build/openrpc/full.json b/build/openrpc/full.json index 4bae60f82a..3465afe905 100644 --- a/build/openrpc/full.json +++ b/build/openrpc/full.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/openrpc/gateway.json b/build/openrpc/gateway.json index bea5f05e30..8448a0664e 100644 --- a/build/openrpc/gateway.json +++ b/build/openrpc/gateway.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/openrpc/miner.json b/build/openrpc/miner.json index ccce20570d..ec9f05e97d 100644 --- a/build/openrpc/miner.json +++ b/build/openrpc/miner.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/openrpc/worker.json b/build/openrpc/worker.json index a4da54792e..489f8b7128 100644 --- a/build/openrpc/worker.json +++ b/build/openrpc/worker.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/version.go b/build/version.go index 0a72a46e76..a06fe3d5a0 100644 --- a/build/version.go +++ b/build/version.go @@ -7,7 +7,7 @@ import ( ) // NodeBuildVersion is the local build version of the Lotus daemon -const NodeBuildVersion string = "1.29.1-dev" +const NodeBuildVersion string = "1.29.3-dev" func NodeUserVersion() BuildVersion { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" { diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index 3996f0c365..c011661914 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.29.1-dev + 1.29.3-dev COMMANDS: daemon Start a lotus daemon process