Merge pull request #2061 from dmurphy18/fix_release

Updated date
This commit is contained in:
David Murphy 2024-11-29 10:56:58 -07:00 committed by GitHub
commit 1a016b6ed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"