浏览代码

update version and code name

v2ray 9 年之前
父节点
当前提交
dc86eb76da
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      core.go

+ 3 - 3
core.go

@@ -8,10 +8,10 @@ import (
 )
 
 var (
-	version  = "1.2"
+	version  = "1.3"
 	build    = "Custom"
-	codename = "Post Apocalypse"
-	intro    = "A stable and unbreakable connection for everyone."
+	codename = "New Order"
+	intro    = "An unified platform for anti-censorship."
 )
 
 func Version() string {