Explorar el Código

Update log
Can't stop dreaming of you

v2ray hace 9 años
padre
commit
5fb9f10fc2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      core.go

+ 1 - 0
core.go

@@ -14,6 +14,7 @@ var (
 	intro    = "An unified platform for anti-censorship."
 )
 
+// Version returns V2Ray's version as a string.
 func Version() string {
 	return version
 }