Merge pull request #2058 from dmurphy18/fix_date_tag

Updated date to overcome issue with existing tag for 2024.11.27
This commit is contained in:
David Murphy 2024-11-27 12:19:37 -07:00 committed by GitHub
commit 70219648f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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