From 99db94f476afbf1781dbe4350f0091c492734540 Mon Sep 17 00:00:00 2001 From: Aayush Date: Tue, 20 Sep 2022 15:56:57 -0400 Subject: [PATCH] build: set version to v1.18.0-dev --- build/openrpc/full.json.gz | Bin 28424 -> 28424 bytes build/openrpc/gateway.json.gz | Bin 5080 -> 5080 bytes build/openrpc/miner.json.gz | Bin 16025 -> 16025 bytes build/openrpc/worker.json.gz | Bin 5260 -> 5260 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 5e5c0e76275f150057a6da56aa13224ce7191d68..a990b314ebc8e29bf4eabf96fe8a4f8c63e06989 100644 GIT binary patch delta 25 hcmeCU$JlX?aY8%u){Q?mc9rFE%wLspbV@5L0|2Dk3|2DRB*>QN}FIlfG#>@Z!i|Ps3 delta 23 fcmbPPJF|8|3v=_|iyPay>^L;7?7nJ?F*5)Ff&&Qm diff --git a/build/openrpc/worker.json.gz b/build/openrpc/worker.json.gz index 3db86b03c8086182e3b97a7dbe8b0260795be66f..4b4694928c4ce9ff8961022cd06cb7406cfd4f91 100644 GIT binary patch delta 23 fcmeCt?9rUi%)DZC$;P&S!W;*8n_J`?GBN-Fc;pEr delta 23 ecmeCt?9rUi%)DWB>BhEy!W`lv%JTV!j0^y7oCmJ} diff --git a/build/version.go b/build/version.go index 6dd116436..c30c1eab2 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.17.3-dev" +const BuildVersion = "1.18.0-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 0e43e2e49..4efbc70a9 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.17.3-dev + 1.18.0-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 266eb619c..51133f868 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.17.3-dev + 1.18.0-dev COMMANDS: run Start lotus worker diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index eb57455b5..cab852d07 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.17.3-dev + 1.18.0-dev COMMANDS: daemon Start a lotus daemon process