mirror of https://github.com/v2ray/v2ray-core
Fix PrintVersion
parent
771d0225c7
commit
0ebc60febe
2
core.go
2
core.go
|
@ -16,5 +16,5 @@ var (
|
||||||
|
|
||||||
func PrintVersion() {
|
func PrintVersion() {
|
||||||
fmt.Printf("V2Ray %s (%s) %s%s", version, codename, build, platform.LineSeparator())
|
fmt.Printf("V2Ray %s (%s) %s%s", version, codename, build, platform.LineSeparator())
|
||||||
fmt.Print("%s%s", intro, platform.LineSeparator())
|
fmt.Printf("%s%s", intro, platform.LineSeparator())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue