1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-02 22:21:19 +00:00

update version

This commit is contained in:
Darien Raymond 2015-12-12 16:24:52 +00:00
parent 164465e60d
commit eae3906858
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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"