From 153470c3d2473bb48ed41331d1304e3df9263492 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Tue, 21 Sep 2021 22:48:56 -0400 Subject: [PATCH] bump lotus version to v1.11.3-rc2 --- build/openrpc/full.json.gz | Bin 25416 -> 25416 bytes build/openrpc/miner.json.gz | Bin 10424 -> 10424 bytes build/openrpc/worker.json.gz | Bin 2710 -> 2710 bytes build/version.go | 2 +- documentation/en/cli-lotus-miner.md | 2 +- documentation/en/cli-lotus-worker.md | 4 ++-- documentation/en/cli-lotus.md | 2 +- 7 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/openrpc/full.json.gz b/build/openrpc/full.json.gz index c6066ded86f40f514f444d4ca14ca3af55e81b5a..becafecf6bf590e5c93020911c72dba50726ddb1 100644 GIT binary patch delta 23 fcmX?cjPb-V#tFTQw>S1}O5(V>cZ2!Q?<@=elQRq8 delta 23 fcmX?cjPb-V#tFTQ(Hr|VC2{=NGjaCM?<@=ej(!Wr diff --git a/build/openrpc/miner.json.gz b/build/openrpc/miner.json.gz index cf61819521d766a8c4c90f6395212fb89778575b..4894e7ed99c5d3ff623490959e24ebb197e50174 100644 GIT binary patch delta 22 ecmdlHxFc{vJ5zPS#!ht&j^E-sul#Q_G5`Q?Y6$B9 delta 22 ecmdlHxFc{vJJas`jh*Tm9F1CAp84NqWB>qj%?Vck diff --git a/build/openrpc/worker.json.gz b/build/openrpc/worker.json.gz index 8176c12daa33af64eea871f664b6dfd2c1d06c21..1801396c39bdf6b1d0674060f53a224293a2972f 100644 GIT binary patch delta 21 ccmbOxI!$y!Go$s!7A`K1^<8)DBC8k}08(KG9RL6T delta 21 dcmbOxI!$y!Gvn=zEnHk2sb8nOjjUo|003Qi2t@z@ diff --git a/build/version.go b/build/version.go index 4a35cce8dba..bcb82395a61 100644 --- a/build/version.go +++ b/build/version.go @@ -40,7 +40,7 @@ func buildType() string { } // BuildVersion is the local build version -const BuildVersion = "1.11.3-rc1" +const BuildVersion = "1.11.3-rc2" 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 4796e28ec50..29a72ed452a 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.11.3-rc1 + 1.11.3-rc2 COMMANDS: init Initialize a lotus miner repo diff --git a/documentation/en/cli-lotus-worker.md b/documentation/en/cli-lotus-worker.md index 7b8ac441699..c0436e69bae 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.11.3-rc1 + 1.11.3-rc2 COMMANDS: run Start lotus worker @@ -20,7 +20,7 @@ COMMANDS: GLOBAL OPTIONS: --worker-repo value, --workerrepo value Specify worker repo path. flag workerrepo and env WORKER_PATH are DEPRECATION, will REMOVE SOON (default: "~/.lotusworker") [$LOTUS_WORKER_PATH, $WORKER_PATH] - --miner-repo value, --storagerepo value Specify miner repo path. flag storagerepo and env LOTUS_STORAGE_PATH are DEPRECATION, will REMOVE SOON (default: "~/.lotusminer") [$LOTUS_MINER_PATH, $LOTUS_STORAGE_PATH] + --miner-repo value, --storagerepo value Specify miner repo path. flag storagerepo and env LOTUS_STORAGE_PATH are DEPRECATION, will REMOVE SOON (default: "~.lotusminer") [$LOTUS_MINER_PATH, $LOTUS_STORAGE_PATH] --enable-gpu-proving enable use of GPU for mining operations (default: true) --help, -h show help (default: false) --version, -v print the version (default: false) diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index 446c83f6dbf..39bacda1975 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.11.3-rc1 + 1.11.3-rc2 COMMANDS: daemon Start a lotus daemon process