From 5677dc915b1576a43b69d444b04d4c2df6107dfe Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 14 Jun 2022 15:56:31 -0700 Subject: [PATCH] feat: shed: report the "user version" This version includes the network name and commit, for easier debugging. --- cmd/lotus-shed/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-shed/main.go b/cmd/lotus-shed/main.go index f99454e0a..8cff52779 100644 --- a/cmd/lotus-shed/main.go +++ b/cmd/lotus-shed/main.go @@ -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{