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.
|
// VersionStatement returns a list of strings representing the full version info.
|
||||||
func VersionStatement() []string {
|
func VersionStatement() []string {
|
||||||
return []string{
|
return []string{
|
||||||
serial.Concat("V2Ray ", Version(), "(", codename, ")", build),
|
serial.Concat("V2Ray ", Version(), " (", codename, ") ", build),
|
||||||
intro,
|
intro,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue