Upgrade to Spring Boot 1.4.6.RELEASE

This commit is contained in:
Stephane Nicoll
2017-04-21 12:44:04 +02:00
parent 3a6a8bc465
commit 249c17776f
2 changed files with 2 additions and 2 deletions

View File

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