From 5689a93c798d054e6dff2fe8d0403678a1fa3552 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Fri, 29 Nov 2024 10:41:05 -0700 Subject: [PATCH] Updated date --- bootstrap-salt.ps1 | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index 4a0d30fda..8d0c3c628 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -108,7 +108,7 @@ if ($help) { exit 0 } -$__ScriptVersion = "2024.11.27" +$__ScriptVersion = "2024.11.29" $ScriptName = $myInvocation.MyCommand.Name # We'll check for the Version next, because it also has no requirements diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index f43acdfbe..49c71d3cd 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.29" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"