Merge pull request #8864 from filecoin-project/fix/shed-user-version
feat: shed: report the "user version"
This commit is contained in:
commit
427efb57f9
@ -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