From 8ca1f89ba65d9aacacbd17bcd5e1a51f0d90e64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 20 Sep 2022 18:19:13 +0200 Subject: [PATCH] build: Bump version to v1.17.3-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 a8f16011a9c1b9424393842c633d5ddaabae5853..5e5c0e76275f150057a6da56aa13224ce7191d68 100644 GIT binary patch delta 23 fcmeCU$JlX?aY85K=Z#%uc^s=hHDpX_Wn};Wh#v~3 delta 23 fcmeCU$JlX?aY85K-;G^mc^qP=JpN8;Wn};WgoFxE diff --git a/build/openrpc/gateway.json.gz b/build/openrpc/gateway.json.gz index b6c2778b683eaf2dcc6a58277f1416781343810b..7ba78074e64aed30a9546d5e951a08ced686efa5 100644 GIT binary patch delta 21 dcmcbienWjiJ>%z%4FSR&U*y*xne>%`0RV4#39A4A delta 21 dcmcbienWjiJ>%bv4FSR&0^*B)PWsBg003!d2=M>_ diff --git a/build/openrpc/miner.json.gz b/build/openrpc/miner.json.gz index 75b4eeaaf87c49d4acc624efd2e3735e7f39a040..8bf6e7c11b13615d891ffdc86a5d6fcb40c29016 100644 GIT binary patch delta 21 ccmbPPJF|8|8{@@|?Ob*onpSpSwZ)hj0AzXxcK`qY delta 21 dcmbPPJF|8|8{@-`?Ob*oeQ#9PYKt*5003)Z2t5D* diff --git a/build/openrpc/worker.json.gz b/build/openrpc/worker.json.gz index d73bda90317ed7ea9db5e25e1406858fd053f91b..3db86b03c8086182e3b97a7dbe8b0260795be66f 100644 GIT binary patch delta 21 ccmeCt?9rUi%2>Lw?Vm7*xQMcRz9Az6092O-Q~&?~ delta 21 ccmeCt?9rUi%2>9s?Vm7*XR@+mz9Az609gnI_y7O^ diff --git a/build/version.go b/build/version.go index cc289bfe698..6dd1164360f 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.2-dev" +const BuildVersion = "1.17.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 322fe10de78..0e43e2e49fb 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.2-dev + 1.17.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 920fb3001a8..266eb619c81 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.2-dev + 1.17.3-dev COMMANDS: run Start lotus worker diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index ad978fd4b3d..eb57455b5bb 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.2-dev + 1.17.3-dev COMMANDS: daemon Start a lotus daemon process