From 09a36c52cad1e0d454f37446ca90ef78aef8e6fd Mon Sep 17 00:00:00 2001 From: David Murphy Date: Fri, 20 Sep 2024 14:47:57 -0600 Subject: [PATCH] Updated script date --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2191beb..bd2cfc4 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -26,7 +26,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2024.07.23" +__ScriptVersion="2024.09.20" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"