Skip to content

Commit

Permalink
release v1.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed Feb 25, 2025
1 parent da0f41d commit 72d79be
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.24.5-rc1"
"version": "1.24.5"
},
"methods": [
{
Expand Down
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func BuildTypeString() string {
var BuildVersionArray = [3]int{1, 24, 5}

// RC
var BuildVersionRC = 1
var BuildVersionRC = 0

// Ex: "1.2.3" or "1.2.3-rcX"
var BuildVersion string
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]
VERSION:
1.24.5-rc1
1.24.5
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]
VERSION:
1.24.5-rc1
1.24.5
COMMANDS:
actor Manage Filecoin Miner Actor Metadata
Expand Down

0 comments on commit 72d79be

Please sign in to comment.