mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 06:15:51 +00:00
chore: add v prefix when printing version
This commit is contained in:
parent
3e0d008a6c
commit
03d63162be
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user