Skip to content

Commit

Permalink
release v1.21.1 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr authored Jul 15, 2024
1 parent 982fc00 commit b9559e7
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.22.0"
"version": "1.22.1"
},
"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.EvenReleases
var BuildVersionArray = [3]int{1, 22, 0}
var BuildVersionArray = [3]int{1, 22, 1}

// 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.22.0
1.22.1
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.22.0
1.22.1
COMMANDS:
actor Manage Filecoin Miner Actor Metadata
Expand Down

0 comments on commit b9559e7

Please sign in to comment.