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 9.1.0
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] authored Jul 30, 2025
commit fa0e46f26e2385fb5be67c07365077ea14edc980
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 = "9.0.4"
DefaultStackVersion = "9.1.0"
)