From 535a53ea369b40a6219afd14df6cd6bec6633c78 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 27 Nov 2024 12:01:16 -0700 Subject: [PATCH] Updated date to overcome issue with existing tag for 2024.11.27 --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index f43acdfbe..08a513ffa 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -26,7 +26,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2024.11.27" +__ScriptVersion="2024.11.28" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"