File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
documentation/en/curio-cli Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"openrpc" : " 1.2.6" ,
3
3
"info" : {
4
4
"title" : " Curio RPC API" ,
5
- "version" : " 1.26 .0"
5
+ "version" : " 1.27 .0"
6
6
},
7
7
"methods" : [
8
8
{
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ func BuildTypeString() string {
41
41
}
42
42
43
43
// Intent: Major.Network.Patch
44
- var BuildVersionArray = [3 ]int {1 , 26 , 0 }
44
+ var BuildVersionArray = [3 ]int {1 , 27 , 0 }
45
45
46
46
// RC
47
47
var BuildVersionRC = 0
Original file line number Diff line number Diff line change 7
7
curio [global options] command [command options]
8
8
9
9
VERSION:
10
- 1.26 .0
10
+ 1.27 .0
11
11
12
12
COMMANDS:
13
13
cli Execute cli commands
Original file line number Diff line number Diff line change 7
7
sptool [global options] command [command options]
8
8
9
9
VERSION:
10
- 1.26 .0
10
+ 1.27 .0
11
11
12
12
COMMANDS:
13
13
actor Manage Filecoin Miner Actor Metadata
You can’t perform that action at this time.
0 commit comments