Skip to content

Commit 77ae5af

Browse files
authored
chore: bump version in master (#12074)
* chore: bump NodeBuildVersion chore: bump NodeBuildVersion * Bump `MinerBuildVersion` Bump `MinerBuildVersion`
1 parent 0ec60f2 commit 77ae5af

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

build/openrpc/full.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": "Lotus RPC API",
5-
"version": "1.27.1-dev"
5+
"version": "1.27.2-dev"
66
},
77
"methods": [
88
{

build/openrpc/gateway.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": "Lotus RPC API",
5-
"version": "1.27.1-dev"
5+
"version": "1.27.2-dev"
66
},
77
"methods": [
88
{

build/openrpc/miner.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": "Lotus RPC API",
5-
"version": "1.27.1-dev"
5+
"version": "1.27.2-dev"
66
},
77
"methods": [
88
{

build/openrpc/worker.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": "Lotus RPC API",
5-
"version": "1.27.1-dev"
5+
"version": "1.27.2-dev"
66
},
77
"methods": [
88
{

build/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func BuildTypeString() string {
3939
}
4040

4141
// 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"
4343

4444
func NodeUserVersion() BuildVersion {
4545
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
@@ -50,7 +50,7 @@ func NodeUserVersion() BuildVersion {
5050
}
5151

5252
// MinerBuildVersion is the local build version of the Lotus miner
53-
const MinerBuildVersion = "1.27.1-dev"
53+
const MinerBuildVersion = "1.27.2-dev"
5454

5555
func MinerUserVersion() BuildVersion {
5656
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

documentation/en/cli-lotus-miner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
lotus-miner [global options] command [command options] [arguments...]
88
99
VERSION:
10-
1.27.1-dev
10+
1.27.2-dev
1111
1212
COMMANDS:
1313
init Initialize a lotus miner repo

documentation/en/cli-lotus-worker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
lotus-worker [global options] command [command options] [arguments...]
88
99
VERSION:
10-
1.27.1-dev
10+
1.27.2-dev
1111
1212
COMMANDS:
1313
run Start lotus worker

documentation/en/cli-lotus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
lotus [global options] command [command options] [arguments...]
88
99
VERSION:
10-
1.27.1-dev
10+
1.27.2-dev
1111
1212
COMMANDS:
1313
daemon Start a lotus daemon process

0 commit comments

Comments
 (0)