mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-09 08:35:17 -04: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)
|
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…
x
Reference in New Issue
Block a user