Add 1.0.0.RELEASE to install.sh

This commit is contained in:
Dave Syer
2014-04-01 17:17:33 +01:00
parent 7b69933e25
commit 9ed3be9ba9
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
set -e
# set -x
VERSION="1.0.0.RC1"
VERSION="1.0.0.RELEASE"
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local/bin"
fi