소스 검색

Update to 1.1.1

v2ray 10 년 전
부모
커밋
9a9543dcdb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      core.go
  2. 1 1
      release/install-release.sh

+ 1 - 1
core.go

@@ -8,7 +8,7 @@ import (
 )
 
 var (
-	version  = "1.1"
+	version  = "1.1.1"
 	build    = "Custom"
 	codename = "Post Apocalypse"
 	intro    = "A stable and unbreakable connection for everyone."

+ 1 - 1
release/install-release.sh

@@ -2,7 +2,7 @@
 
 echo "Please make sure unzip and daemon are installed before running this script."
 
-VER="v1.1"
+VER="v1.1.1"
 
 ARCH=$(uname -m)
 VDIS="64"