File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ func NodeUserVersion() BuildVersion {
18
18
}
19
19
20
20
// MinerBuildVersion is the local build version of the Lotus miner
21
- const MinerBuildVersion = "1.28.2 -dev"
21
+ const MinerBuildVersion = "1.28.3 -dev"
22
22
23
23
func MinerUserVersion () BuildVersion {
24
24
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.28.2 -dev
10
+ 1.28.3 -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.28.2 -dev
10
+ 1.28.3 -dev
11
11
12
12
COMMANDS:
13
13
run Start lotus worker
You can’t perform that action at this time.
0 commit comments