From c2f1986e8b556ffd40bf56177dfb288dbd9fdb2a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 26 Sep 2013 23:43:21 +0100 Subject: [PATCH] 1.5.8 is the current develop version --- ChangeLog | 3 +++ bootstrap-salt.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 365b1a8..3d2d972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 6a1a7b6..324d4e0 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="1.5.7" +__ScriptVersion="1.5.8" __ScriptName="bootstrap-salt.sh" #===============================================================================