Bump version for stable release

This commit is contained in:
Pedro Algarvio 2014-09-24 15:54:49 +01:00
parent 3ea7d3374d
commit 9f66659314
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 2014.xx.xx:
Version 2014.09.24:
* Fixed salt tag version matching to also accept, for example, v2014.7. #464
* Fix the EPEL 7 URL since epel-release is now 7.2

View file

@ -17,7 +17,7 @@
# CREATED: 10/15/2012 09:49:37 PM WEST
#======================================================================================================================
set -o nounset # Treat unset variables as an error
__ScriptVersion="2014.09.09"
__ScriptVersion="2014.09.24"
__ScriptName="bootstrap-salt.sh"
#======================================================================================================================