Updated date

This commit is contained in:
David Murphy 2024-11-29 10:41:05 -07:00
parent 670c0bfdd6
commit 5689a93c79
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"