Skip to content

Commit 3e0e06e

Browse files
LexLuthrrvagg
authored andcommitted
fix v1.27.0 version (#630)
1 parent dfd1817 commit 3e0e06e

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.26.0"
5+
"version": "1.27.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, 26, 0}
44+
var BuildVersionArray = [3]int{1, 27, 0}
4545

4646
// RC
4747
var BuildVersionRC = 0

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]
88
99
VERSION:
10-
1.26.0
10+
1.27.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]
88
99
VERSION:
10-
1.26.0
10+
1.27.0
1111
1212
COMMANDS:
1313
actor Manage Filecoin Miner Actor Metadata

0 commit comments

Comments
 (0)