diff --git a/application.properties b/application.properties index 93e575f8..55b56035 100644 --- a/application.properties +++ b/application.properties @@ -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 diff --git a/static/install.sh b/static/install.sh index c06d3180..f78e3d27 100644 --- a/static/install.sh +++ b/static/install.sh @@ -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