Print dev build <no version set> when no version set
This commit is contained in:
parent
b732cd1b05
commit
0b86ec0579
|
|
@ -30,7 +30,7 @@ import (
|
|||
"github.com/fullstorydev/grpcurl"
|
||||
)
|
||||
|
||||
var version = "<not set>"
|
||||
var version = "dev build <no version set>"
|
||||
|
||||
var (
|
||||
exit = os.Exit
|
||||
|
|
|
|||
Loading…
Reference in New Issue