Skip to content

Commit 578ee0e

Browse files
committed
Update develop branch for the v2024.11.27 release
1 parent 7021964 commit 578ee0e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# v2024.11.27
22

3+
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.27...v2024.11.27
4+
5+
# v2024.11.27
6+
37
## What's Changed
48

59
- Testing git install methods by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2057

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.28"
29+
__ScriptVersion="2024.11.27"
3030
__ScriptName="bootstrap-salt.sh"
3131

3232
__ScriptFullName="$0"

0 commit comments

Comments
 (0)