feat: shed: report the "user version"

This version includes the network name and commit, for easier debugging.
This commit is contained in:
Steven Allen
2022-06-14 15:58:36 -07:00
parent d48b629b46
commit 5677dc915b
+1 -1
View File
@@ -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{