mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-19 20:18:58 +01: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)
|
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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue