Print dev build <no version set> when no version set

This commit is contained in:
Leigh McCulloch 2018-09-17 15:05:44 +00:00
parent b732cd1b05
commit 0b86ec0579
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import (
"github.com/fullstorydev/grpcurl"
)
var version = "<not set>"
var version = "dev build <no version set>"
var (
exit = os.Exit