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

@@ -1,4 +1,5 @@
info.project.name: Spring Start
info.project.version: 0.0.1
# remember to update static/install.sh as well:
info.spring-boot.version: 1.0.0.RELEASE

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