mirror of https://github.com/v2ray/v2ray-core
fix version format
parent
a42b4b513e
commit
dfd4d397bb
2
core.go
2
core.go
|
@ -31,7 +31,7 @@ func Version() string {
|
|||
// VersionStatement returns a list of strings representing the full version info.
|
||||
func VersionStatement() []string {
|
||||
return []string{
|
||||
serial.Concat("V2Ray ", Version(), "(", codename, ")", build),
|
||||
serial.Concat("V2Ray ", Version(), " (", codename, ") ", build),
|
||||
intro,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue