From df0a40949d98dd301cf4dde1989115a705fd923b Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 24 Feb 2020 16:38:06 +0000 Subject: [PATCH] Bump version for release --- ChangeLog | 2 ++ bootstrap-salt.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"