V2Ray 10 vuotta sitten
vanhempi
commit
29488087a8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      core.go

+ 1 - 1
core.go

@@ -15,7 +15,7 @@ var (
 )
 
 func Version() string {
-  return version
+	return version
 }
 
 func PrintVersion() {