Renamed master(1.1)

This commit is contained in:
李铭昕 2019-08-15 16:29:49 +08:00
parent 5b49b9b92f
commit 7804eb308c
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ then
fi
NOW=$(date +%s)
CURRENT_BRANCH="1.1"
CURRENT_BRANCH="master"
VERSION=$1
BASEPATH=$(cd `dirname $0`; cd ../src/; pwd)

View File

@ -3,7 +3,7 @@
set -e
set -x
CURRENT_BRANCH="1.1"
CURRENT_BRANCH="master"
BASEPATH=$(cd `dirname $0`; cd ../src/; pwd)
REPOS=$@