From 42d3dd1957eabd56629edea62a43efca254f8278 Mon Sep 17 00:00:00 2001 From: LexLuthr <88259624+LexLuthr@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:08:03 +0400 Subject: [PATCH] chore: release v1.24.0 (#291) --- 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 a805134be..88c437cd0 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.1" + "version": "1.24.0" }, "methods": [ { diff --git a/build/version.go b/build/version.go index c7ca0cf09..f240191e7 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, 1} +var BuildVersionArray = [3]int{1, 24, 0} // 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 6465656e4..d11359e57 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.1 + 1.24.0 COMMANDS: cli Execute cli commands diff --git a/documentation/en/curio-cli/sptool.md b/documentation/en/curio-cli/sptool.md index dc7cd45bf..fef3f16af 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.1 + 1.24.0 COMMANDS: actor Manage Filecoin Miner Actor Metadata