V2Ray 10 年之前
父节点
当前提交
0c2fd04f0e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core.go

+ 2 - 2
core.go

@@ -2,7 +2,7 @@
 package core
 
 const (
-	Version  = "0.4"
+	Version  = "0.5"
 	Codename = "Post Apocalypse"
-	Intro    = "A stable and unbreakable connection for every one."
+	Intro    = "A stable and unbreakable connection for everyone."
 )