File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
"openrpc": "1.2.6",
3
3
"info": {
4
4
"title": "Lotus RPC API",
5
- "version": "1.27.1 -dev"
5
+ "version": "1.27.2 -dev"
6
6
},
7
7
"methods": [
8
8
{
Original file line number Diff line number Diff line change 2
2
"openrpc" : " 1.2.6" ,
3
3
"info" : {
4
4
"title" : " Lotus RPC API" ,
5
- "version" : " 1.27.1 -dev"
5
+ "version" : " 1.27.2 -dev"
6
6
},
7
7
"methods" : [
8
8
{
Original file line number Diff line number Diff line change 2
2
"openrpc" : " 1.2.6" ,
3
3
"info" : {
4
4
"title" : " Lotus RPC API" ,
5
- "version" : " 1.27.1 -dev"
5
+ "version" : " 1.27.2 -dev"
6
6
},
7
7
"methods" : [
8
8
{
Original file line number Diff line number Diff line change 2
2
"openrpc" : " 1.2.6" ,
3
3
"info" : {
4
4
"title" : " Lotus RPC API" ,
5
- "version" : " 1.27.1 -dev"
5
+ "version" : " 1.27.2 -dev"
6
6
},
7
7
"methods" : [
8
8
{
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func BuildTypeString() string {
39
39
}
40
40
41
41
// NodeBuildVersion is the local build version of the Lotus daemon
42
- const NodeBuildVersion string = "1.27.1 -dev"
42
+ const NodeBuildVersion string = "1.27.2 -dev"
43
43
44
44
func NodeUserVersion () BuildVersion {
45
45
if os .Getenv ("LOTUS_VERSION_IGNORE_COMMIT" ) == "1" {
@@ -50,7 +50,7 @@ func NodeUserVersion() BuildVersion {
50
50
}
51
51
52
52
// MinerBuildVersion is the local build version of the Lotus miner
53
- const MinerBuildVersion = "1.27.1 -dev"
53
+ const MinerBuildVersion = "1.27.2 -dev"
54
54
55
55
func MinerUserVersion () BuildVersion {
56
56
if os .Getenv ("LOTUS_VERSION_IGNORE_COMMIT" ) == "1" {
Original file line number Diff line number Diff line change 7
7
lotus-miner [global options] command [command options] [arguments...]
8
8
9
9
VERSION:
10
- 1.27.1 -dev
10
+ 1.27.2 -dev
11
11
12
12
COMMANDS:
13
13
init Initialize a lotus miner repo
Original file line number Diff line number Diff line change 7
7
lotus-worker [global options] command [command options] [arguments...]
8
8
9
9
VERSION:
10
- 1.27.1 -dev
10
+ 1.27.2 -dev
11
11
12
12
COMMANDS:
13
13
run Start lotus worker
Original file line number Diff line number Diff line change 7
7
lotus [global options] command [command options] [arguments...]
8
8
9
9
VERSION:
10
- 1.27.1 -dev
10
+ 1.27.2 -dev
11
11
12
12
COMMANDS:
13
13
daemon Start a lotus daemon process
You can’t perform that action at this time.
0 commit comments