mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
fix version format
This commit is contained in:
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
Block a user