pull/62/head
v2ray 2015-12-12 21:12:15 +01:00
commit ce32d54a5f
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import (
) )
var ( var (
version = "1.1.3" version = "1.1.4"
build = "Custom" build = "Custom"
codename = "Post Apocalypse" codename = "Post Apocalypse"
intro = "A stable and unbreakable connection for everyone." 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." echo "Please make sure unzip and daemon are installed before running this script."
VER="v1.1.3" VER="v1.1.4"
ARCH=$(uname -m) ARCH=$(uname -m)
VDIS="64" VDIS="64"