Skip to content
Merged
Changes from all commits
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
chore: [updatecli] Update default stack version to 8.18.2
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] authored May 30, 2025
commit ef3b17a5fe6bd7679ea04e62ca7fb2b41074590a
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.18.1"
DefaultStackVersion = "8.18.2"
)