1.5.8 is the current develop version

This commit is contained in:
Pedro Algarvio 2013-09-26 23:43:21 +01:00
parent 0c462c32cc
commit c2f1986e8b
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
Version 1.5.8:
Version 1.5.7:
* For RedHat based distributions which rely on `epel`, the user can now pass `testing` to the
script and `epel-testing` shall be used to bootstrap salt and it's dependencies.

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