diff --git a/ChangeLog b/ChangeLog index 84a85e0e5..302720cc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2014.xx.xx: +Version 2014.07.27: * Amazon Linux AMI 2010.xx is not explicitly not supported. * Install the `salt-api` scripts if available when the `salt-master` is also installed. * Added support for a configurable sleep time when starting, restarting and checking for diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 588ccd12c..0e5fcbc92 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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.30" +__ScriptVersion="2014.07.27" __ScriptName="bootstrap-salt.sh" #======================================================================================================================