fix version format

This commit is contained in:
Darien Raymond 2018-02-24 02:14:50 +01:00
parent a42b4b513e
commit dfd4d397bb
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}
}