Browse Source

Merge branch 'master' of https://github.com/v2ray/v2ray-core

v2ray 10 years ago
parent
commit
ce32d54a5f
2 changed files with 2 additions and 2 deletions
  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.3"
+	version  = "1.1.4"
 	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.3"
+VER="v1.1.4"
 
 ARCH=$(uname -m)
 VDIS="64"