From de79bf57e5e79979fa8576f6176b25be90d38456 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Wed, 25 Aug 2021 11:15:24 -0400 Subject: [PATCH] Bump version to v1.11.13-dev --- build/openrpc/full.json.gz | Bin 25412 -> 25412 bytes build/openrpc/miner.json.gz | Bin 10375 -> 10375 bytes build/openrpc/worker.json.gz | Bin 2711 -> 2711 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 ba509bb515071e0da2a539c72be00e22e9efe12a..6cae0a3833531540a2c695e2b3711a49f2043f14 100644 GIT binary patch delta 23 fcmX?djPb}Z#tB`Fl^eS^CUJzo0W<*TCfS+SeEv0BS`D<^TWy delta 21 ccmZno0YVo?i8M?Q4t-0BU;(yZ`_I diff --git a/build/openrpc/worker.json.gz b/build/openrpc/worker.json.gz index bedd7b1207bf296e7118c6aa8cd0b78a06222edd..f943040b66ce2b3ac991a57b3a7ad84780bc2035 100644 GIT binary patch delta 21 ccmbO(I$d-^BjenSO}tzjEXGTsBdZt~08ds1V*mgE delta 21 ccmbO(I$d-^BjekRO}tzj3h&&iBdZt~09YRfOaK4? diff --git a/build/version.go b/build/version.go index 5fe979cc2..b6931cddc 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.2-dev" +const BuildVersion = "1.11.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 372f9deac..d93efa903 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.2-dev + 1.11.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 a06ad0fff..0da936e17 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.2-dev + 1.11.3-dev COMMANDS: run Start lotus worker diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index b8cf6230a..855745348 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.2-dev + 1.11.3-dev COMMANDS: daemon Start a lotus daemon process