Bump version.

This commit is contained in:
Pedro Algarvio 2014-06-30 00:55:01 +01:00
parent 8960feefe7
commit 36717c31d2
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
Version 2014.xx.xx:
Version 2014.06.30:
* Distro Support Fixed:
* Bump build/maintenance version for epel-release package. Thanks Gregory Meno(GregMeno)
* Properly detect Amazon Linux AMI when using `lsb_release`
* Fix `tsflags` installation.
Version 2014.06.28:
* Fixed `tsflags` packages detection for RHEL and Oracle Linux 6.5

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.06.28"
__ScriptVersion="2014.06.30"
__ScriptName="bootstrap-salt.sh"
#======================================================================================================================