From e419a6042e69e6d45008882540f20edd26655cd7 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 28 May 2020 14:52:31 +0100 Subject: [PATCH] Bump version for release --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index bc4e109..b33d797 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2020.02.24" +__ScriptVersion="2020.05.28" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"