mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-29 13:35:20 -05:00
fix version format
This commit is contained in:
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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user