Skip to content

Commit

Permalink
feat: shed: report the "user version"
Browse files Browse the repository at this point in the history
This version includes the network name and commit, for easier debugging.
  • Loading branch information
Stebalien committed Jun 14, 2022
1 parent d48b629 commit 5677dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-shed/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func main() {
app := &cli.App{
Name: "lotus-shed",
Usage: "A place for all the lotus tools",
Version: build.BuildVersion,
Version: build.UserVersion(),
Commands: local,
Flags: []cli.Flag{
&cli.StringFlag{
Expand Down

0 comments on commit 5677dc9

Please sign in to comment.