Upgrade to Spring Boot 1.4.1.RELEASE

This commit is contained in:
Stephane Nicoll
2016-09-24 08:42:39 +02:00
parent c6c5a446d2
commit 040830e6f1
2 changed files with 2 additions and 2 deletions

View File

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