We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b9ab5 commit 1e57effCopy full SHA for 1e57eff
Makefile
@@ -66,7 +66,7 @@ test-stack-command-86:
66
./scripts/test-stack-command.sh 8.6.2
67
68
test-stack-command-8x:
69
- ./scripts/test-stack-command.sh 8.9.0-SNAPSHOT
+ ./scripts/test-stack-command.sh 8.10.0-SNAPSHOT
70
71
test-stack-command: test-stack-command-default test-stack-command-7x test-stack-command-800 test-stack-command-8x
72
internal/install/stack_version.go
@@ -6,5 +6,5 @@ package install
6
7
const (
8
// DefaultStackVersion is the default version of the stack
9
- DefaultStackVersion = "8.8.2"
+ DefaultStackVersion = "8.9.1"
10
)
0 commit comments