Skip to content

Commit 1a016b6

Browse files
authored
Merge pull request #2061 from dmurphy18/fix_release
Updated date
2 parents 670c0bf + 5689a93 commit 1a016b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap-salt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if ($help) {
108108
exit 0
109109
}
110110

111-
$__ScriptVersion = "2024.11.27"
111+
$__ScriptVersion = "2024.11.29"
112112
$ScriptName = $myInvocation.MyCommand.Name
113113

114114
# We'll check for the Version next, because it also has no requirements

bootstrap-salt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#======================================================================================================================
2727
set -o nounset # Treat unset variables as an error
2828

29-
__ScriptVersion="2024.11.27"
29+
__ScriptVersion="2024.11.29"
3030
__ScriptName="bootstrap-salt.sh"
3131

3232
__ScriptFullName="$0"

0 commit comments

Comments
 (0)