Clarify unofficial builds in version string

This commit is contained in:
Matthew Holt 2017-09-22 17:25:43 -06:00
parent 0a624f87ff
commit 643dac688c
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5

View File

@ -83,7 +83,7 @@ func Run() {
os.Exit(0)
}
if version {
fmt.Printf("%s %s\n", appName, appVersion)
fmt.Printf("%s %s (unofficial)\n", appName, appVersion)
if devBuild && gitShortStat != "" {
fmt.Printf("%s\n%s\n", gitShortStat, gitFilesModified)
}