mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
Clarify unofficial builds in version string
This commit is contained in:
parent
0a624f87ff
commit
643dac688c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue