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