Browse Source

fix version format

pull/876/merge
Darien Raymond 7 years ago
parent
commit
dfd4d397bb
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 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…
Cancel
Save