Skip to content

Commit 4def03f

Browse files
authored
release v1.24.1 (#294)
1 parent c6988ed commit 4def03f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: build/openrpc/curio.json

+1-1
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.24.0"
5+
"version": "1.24.1"
66
},
77
"methods": [
88
{

Diff for: build/version.go

+1-1
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, 24, 0}
44+
var BuildVersionArray = [3]int{1, 24, 1}
4545

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

Diff for: documentation/en/curio-cli/curio.md

+1-1
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.24.0
10+
1.24.1
1111
1212
COMMANDS:
1313
cli Execute cli commands

Diff for: documentation/en/curio-cli/sptool.md

+1-1
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.24.0
10+
1.24.1
1111
1212
COMMANDS:
1313
actor Manage Filecoin Miner Actor Metadata

0 commit comments

Comments
 (0)