mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-26 22:25:51 +08:00
Add 1.0.0.RELEASE to install.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user