feat: shed: report the "user version"
This version includes the network name and commit, for easier debugging.
This commit is contained in:
parent
d48b629b46
commit
5677dc915b
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user