Skip to content

Commit 2686041

Browse files
authored
chore: bump version to v1.32.2-dev (#13000)
chore: bump version in master branch chore: bump version in master branch
1 parent de21d03 commit 2686041

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.32.1-dev"
5+
"version": "1.32.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.32.1-dev"
5+
"version": "1.32.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.32.1-dev"
5+
"version": "1.32.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.32.1-dev"
5+
"version": "1.32.2-dev"
66
},
77
"methods": [
88
{

build/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// NodeBuildVersion is the local build version of the Lotus daemon
10-
const NodeBuildVersion string = "1.32.1-dev"
10+
const NodeBuildVersion string = "1.32.2-dev"
1111

1212
func NodeUserVersion() BuildVersion {
1313
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
@@ -18,7 +18,7 @@ func NodeUserVersion() BuildVersion {
1818
}
1919

2020
// MinerBuildVersion is the local build version of the Lotus miner
21-
const MinerBuildVersion = "1.32.1-dev"
21+
const MinerBuildVersion = "1.32.2-dev"
2222

2323
func MinerUserVersion() BuildVersion {
2424
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
@@ -8,7 +8,7 @@ USAGE:
88
lotus-miner [global options] command [command options]
99
1010
VERSION:
11-
1.32.1-dev
11+
1.32.2-dev
1212
1313
COMMANDS:
1414
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
@@ -8,7 +8,7 @@ USAGE:
88
lotus-worker [global options] command [command options]
99
1010
VERSION:
11-
1.32.1-dev
11+
1.32.2-dev
1212
1313
COMMANDS:
1414
run Start lotus worker

documentation/en/cli-lotus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
lotus [global options] command [command options]
99
1010
VERSION:
11-
1.32.1-dev
11+
1.32.2-dev
1212
1313
COMMANDS:
1414
daemon Start a lotus daemon process

0 commit comments

Comments
 (0)