Upgrade to Spring Boot 1.3.6.RELEASE

This commit is contained in:
Stephane Nicoll
2016-07-04 16:56:04 +02:00
parent 0b9a8ebb48
commit 3f82ab06c6
3 changed files with 3 additions and 3 deletions

View File

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