mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 17:56:34 +08:00
Clarify unofficial builds in version string
This commit is contained in:
parent
0a624f87ff
commit
643dac688c
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user