From 947c86bd77c01c80297386d68f965925f52c8c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Fri, 2 Jul 2021 20:57:59 +0200 Subject: [PATCH] set version to v1.11.0-rc2 --- build/openrpc/full.json.gz | Bin 23439 -> 23439 bytes build/openrpc/miner.json.gz | Bin 8102 -> 8102 bytes build/openrpc/worker.json.gz | Bin 2513 -> 2513 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 +- 7 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/openrpc/full.json.gz b/build/openrpc/full.json.gz index 0cbb105e18b2e38b1576c3caadcd6f782ec7e8d4..b46c9ba5b3689df5e203ff5d4b9217f036db7442 100644 GIT binary patch delta 23 fcmeC*&e*@5aY7g4?2X-jqBv?-PW$b@l!XBRf{_Z2 delta 23 fcmeC*&e*@5aY7fP^v3Q#Q5^0n+ok=NvM>Mua-;~9 diff --git a/build/openrpc/miner.json.gz b/build/openrpc/miner.json.gz index fe77f76c469f2823f39e81872279e8225a81d3f7..fd98bad0d831c578aaee8647650fc35b33430b48 100644 GIT binary patch delta 21 dcmZ2xzs!C@2jlXMoucv_m2X~f{O)07003pw2;Kky delta 21 dcmZ2xzs!C@2jl9Eoucv_nXWV5{_bI9003i@2*3aU diff --git a/build/openrpc/worker.json.gz b/build/openrpc/worker.json.gz index 38c9a073b725d0b2b4a0958e5a8b2503cfac09dc..c6d1eb204fede74e7b3e5a0c3907fac345db636f 100644 GIT binary patch delta 21 dcmca8d{KBp6XU^+&2F3=mCs+D>?&el003#B2{!-$ delta 21 dcmca8d{KBp6XUUs&2F3=n~UyD?kZwn003tq2)zIR diff --git a/build/version.go b/build/version.go index 49ec3f446..92f011424 100644 --- a/build/version.go +++ b/build/version.go @@ -34,7 +34,7 @@ func buildType() string { } // BuildVersion is the local build version, set by build system -const BuildVersion = "1.11.0-rc1" +const BuildVersion = "1.11.0-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 c8abb574b..42f964715 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.0-dev + 1.11.0-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 0b29da503..b7e04e5f1 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.0-dev + 1.11.0-rc2 COMMANDS: run Start lotus worker diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index a1583d522..1326c93f6 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.0-dev + 1.11.0-rc2 COMMANDS: daemon Start a lotus daemon process