v4 - Bump version numbering in scripts

This commit is contained in:
Mitchell Krog 2019-06-24 14:46:11 +02:00
parent f91f4e3d06
commit 4030515c72
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
5 changed files with 5 additions and 5 deletions

View file

@ -63,7 +63,7 @@ export GIT_TAG=V3.${YEAR}.${MONTH}.${TRAVIS_BUILD_NUMBER}
# Tag our release
# ***************
git tag ${GIT_TAG} -a -m "V3.${YEAR}.${MONTH}.${TRAVIS_BUILD_NUMBER}"
git tag ${GIT_TAG} -a -m "V4.${YEAR}.${MONTH}.${TRAVIS_BUILD_NUMBER}"
# *****************************************
# Push our commit and tags back to the repo