From 0c3d207283108d2305501c24d6eb7a812b43997a Mon Sep 17 00:00:00 2001 From: LexLuthr <88259624+LexLuthr@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:12:40 +0400 Subject: [PATCH] release v1.23.1 (#210) --- build/openrpc/curio.json | 2 +- build/version.go | 2 +- documentation/en/curio-cli/curio.md | 2 +- documentation/en/curio-cli/sptool.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/openrpc/curio.json b/build/openrpc/curio.json index 5a93c8069..a805134be 100644 --- a/build/openrpc/curio.json +++ b/build/openrpc/curio.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Curio RPC API", - "version": "1.23.0" + "version": "1.23.1" }, "methods": [ { diff --git a/build/version.go b/build/version.go index 1b8a6cf07..c7ca0cf09 100644 --- a/build/version.go +++ b/build/version.go @@ -41,7 +41,7 @@ func BuildTypeString() string { } // Intent: Major.Network.Patch -var BuildVersionArray = [3]int{1, 23, 0} +var BuildVersionArray = [3]int{1, 23, 1} // Ex: "1.2.3" var BuildVersion = strings.Join(lo.Map(BuildVersionArray[:], diff --git a/documentation/en/curio-cli/curio.md b/documentation/en/curio-cli/curio.md index 18a4c4de7..6465656e4 100644 --- a/documentation/en/curio-cli/curio.md +++ b/documentation/en/curio-cli/curio.md @@ -7,7 +7,7 @@ USAGE: curio [global options] command [command options] [arguments...] VERSION: - 1.23.0 + 1.23.1 COMMANDS: cli Execute cli commands diff --git a/documentation/en/curio-cli/sptool.md b/documentation/en/curio-cli/sptool.md index 945f7676a..dc7cd45bf 100644 --- a/documentation/en/curio-cli/sptool.md +++ b/documentation/en/curio-cli/sptool.md @@ -7,7 +7,7 @@ USAGE: sptool [global options] command [command options] [arguments...] VERSION: - 1.23.0 + 1.23.1 COMMANDS: actor Manage Filecoin Miner Actor Metadata