util: change versioning logic

This commit is contained in:
nkanaev
2026-06-24 14:22:54 +01:00
parent 41faa8c088
commit c90c40aba1
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ func main() {
flag.Parse()
if ver {
fmt.Printf("v%s (%s)\n", Version, GitHash)
fmt.Printf("%s (%s)\n", Version, GitHash)
return
}