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."
 )