Skip to content

Commit 1095ba1

Browse files
authored
chore(release): bump MinerBuildVersion in master (#12380)
chore(release): bump MinerBuildVersion in master
1 parent 415e7e6 commit 1095ba1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NodeUserVersion() BuildVersion {
1818
}
1919

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

2323
func MinerUserVersion() BuildVersion {
2424
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

documentation/en/cli-lotus-miner.md

+1-1
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.28.2-dev
10+
1.28.3-dev
1111
1212
COMMANDS:
1313
init Initialize a lotus miner repo

documentation/en/cli-lotus-worker.md

+1-1
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.28.2-dev
10+
1.28.3-dev
1111
1212
COMMANDS:
1313
run Start lotus worker

0 commit comments

Comments
 (0)