chore: add v prefix when printing version

This commit is contained in:
xvzc 2024-08-24 14:49:18 +09:00
parent 3e0d008a6c
commit 03d63162be

View File

@ -6,7 +6,7 @@ import _ "embed"
var VERSION string
func PrintVersion() {
println("spoof-dpi", VERSION)
println("spoof-dpi", "v" + VERSION)
println("A simple and fast anti-censorship tool written in Go.")
println("https://github.com/xvzc/SpoofDPI")
}