Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: [updatecli] Update default stack version to 8.17.1
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] authored Jan 22, 2025
commit ed12b6f63bbe349de81a20590f34e18fe29dd152
2 changes: 1 addition & 1 deletion internal/install/stack_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ package install

const (
// DefaultStackVersion is the default version of the stack
DefaultStackVersion = "8.17.0"
DefaultStackVersion = "8.17.1"
)