update to spring boot version 1.0.1.RELEASE

This commit is contained in:
Tomas Lin
2014-04-11 09:30:31 -07:00
parent 24a41ba3a1
commit ce6582bc0f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
set -e
# set -x
VERSION="1.0.0.RELEASE"
VERSION="1.0.1.RELEASE"
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local/bin"
fi