소스 검색

bump version

V2Ray 10 년 전
부모
커밋
f39d6077b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core.go

+ 1 - 1
core.go

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