Skip to content

Commit

Permalink
chore(release): bump MinerBuildVersion in master (#12380)
Browse files Browse the repository at this point in the history
chore(release): bump MinerBuildVersion in master
  • Loading branch information
rjan90 authored Aug 13, 2024
1 parent 415e7e6 commit 1095ba1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func NodeUserVersion() BuildVersion {
}

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

func MinerUserVersion() BuildVersion {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus-miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:
lotus-miner [global options] command [command options] [arguments...]
VERSION:
1.28.2-dev
1.28.3-dev
COMMANDS:
init Initialize a lotus miner repo
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:
lotus-worker [global options] command [command options] [arguments...]
VERSION:
1.28.2-dev
1.28.3-dev
COMMANDS:
run Start lotus worker
Expand Down

0 comments on commit 1095ba1

Please sign in to comment.