Forráskód Böngészése

fix version format

Darien Raymond 7 éve
szülő
commit
dfd4d397bb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      core.go

+ 1 - 1
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,
 	}
 }