Add feedback on what port zs serve listening on

This commit is contained in:
James Mills
2024-10-01 23:03:25 +10:00
parent fe82501843
commit ce83f0d226
2 changed files with 9 additions and 3 deletions

View File

@@ -48,3 +48,8 @@ func FullVersion() string {
return sb.String()
}
// ShortVersion display the short version and build
func ShortVersion() string {
return fmt.Sprintf("%s@%s", Version, Commit)
}