Commit 643dac68 authored by Matthew Holt's avatar Matthew Holt

Clarify unofficial builds in version string

parent 0a624f87
...@@ -83,7 +83,7 @@ func Run() { ...@@ -83,7 +83,7 @@ func Run() {
os.Exit(0) os.Exit(0)
} }
if version { if version {
fmt.Printf("%s %s\n", appName, appVersion) fmt.Printf("%s %s (unofficial)\n", appName, appVersion)
if devBuild && gitShortStat != "" { if devBuild && gitShortStat != "" {
fmt.Printf("%s\n%s\n", gitShortStat, gitFilesModified) fmt.Printf("%s\n%s\n", gitShortStat, gitFilesModified)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment