config: checkstyle version bump

This commit is contained in:
Roman Ivanov 2016-05-01 09:28:22 -07:00
parent 36a2204956
commit 931c41352a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
#https://github.com/checkstyle/checkstyle/wiki/How-to-make-a-release
SF_USER=romanivanov
PREV_RELEASE=6.17
PREV_RELEASE=6.18
RELEASE=$(git describe $(git rev-list --tags --max-count=1) | sed "s/checkstyle-//")
echo "PREVIOUS RELESE version:"$PREV_RELEASE