Skip to content

Commit 1e57eff

Browse files
authored
Bump stack version to 8.9.1 (#1425)
1 parent 31b9ab5 commit 1e57eff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test-stack-command-86:
6666
./scripts/test-stack-command.sh 8.6.2
6767

6868
test-stack-command-8x:
69-
./scripts/test-stack-command.sh 8.9.0-SNAPSHOT
69+
./scripts/test-stack-command.sh 8.10.0-SNAPSHOT
7070

7171
test-stack-command: test-stack-command-default test-stack-command-7x test-stack-command-800 test-stack-command-8x
7272

internal/install/stack_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ package install
66

77
const (
88
// DefaultStackVersion is the default version of the stack
9-
DefaultStackVersion = "8.8.2"
9+
DefaultStackVersion = "8.9.1"
1010
)

0 commit comments

Comments
 (0)