This commit is contained in:
wuxiangzhou2010
2018-04-02 16:12:35 +08:00
parent 5a08411ee2
commit f0862df9a7
3 changed files with 3 additions and 3 deletions

2
core.go Normal file → Executable file
View File

@@ -19,7 +19,7 @@ var (
version = "3.16"
build = "Custom"
codename = "die Commanderin"
intro = "An unified platform for anti-censorship."
intro = "A unified platform for anti-censorship."
)
// Version returns V2Ray's version as a string, in the form of "x.y.z" where x, y and z are numbers.