Skip to content

Commit

Permalink
chore: release v1.24.0 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr authored Oct 21, 2024
1 parent b9a2f78 commit 42d3dd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/openrpc/curio.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Curio RPC API",
"version": "1.23.1"
"version": "1.24.0"
},
"methods": [
{
Expand Down
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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[:],
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/curio-cli/curio.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:
curio [global options] command [command options] [arguments...]
VERSION:
1.23.1
1.24.0
COMMANDS:
cli Execute cli commands
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/curio-cli/sptool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42d3dd1

Please sign in to comment.