Skip to content

Commit 42d3dd1

Browse files
authored
chore: release v1.24.0 (#291)
1 parent b9a2f78 commit 42d3dd1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/openrpc/curio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openrpc": "1.2.6",
33
"info": {
44
"title": "Curio RPC API",
5-
"version": "1.23.1"
5+
"version": "1.24.0"
66
},
77
"methods": [
88
{

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func BuildTypeString() string {
4141
}
4242

4343
// Intent: Major.Network.Patch
44-
var BuildVersionArray = [3]int{1, 23, 1}
44+
var BuildVersionArray = [3]int{1, 24, 0}
4545

4646
// Ex: "1.2.3"
4747
var BuildVersion = strings.Join(lo.Map(BuildVersionArray[:],

documentation/en/curio-cli/curio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
curio [global options] command [command options] [arguments...]
88
99
VERSION:
10-
1.23.1
10+
1.24.0
1111
1212
COMMANDS:
1313
cli Execute cli commands

documentation/en/curio-cli/sptool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
sptool [global options] command [command options] [arguments...]
88
99
VERSION:
10-
1.23.1
10+
1.24.0
1111
1212
COMMANDS:
1313
actor Manage Filecoin Miner Actor Metadata

0 commit comments

Comments
 (0)