diff --git a/ChangeLog b/ChangeLog index 66e739e..5da6c3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ Version TBD (In Progress on the Develop Branch): + +Version 2020.02.24: * Fix SLES 15 install (max298) #1431 * Fix 3000(Neon) stable install (sblaisot) #1433 * Fix Amazon Linux Py3 install (s0undt3ch) #1434 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 15e9423..3368956 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2020.02.04" +__ScriptVersion="2020.02.24" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"