Skip to content

Commit

Permalink
Merge pull request #2061 from dmurphy18/fix_release
Browse files Browse the repository at this point in the history
Updated date
  • Loading branch information
dmurphy18 authored Nov 29, 2024
2 parents 670c0bf + 5689a93 commit 1a016b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap-salt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a016b6

Please sign in to comment.