From 4e42ef2783d40f379a1a1f1290280037ec7c1745 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:59:51 +0200 Subject: [PATCH] chore: [updatecli] Update default stack version to 8.14.2 (#1955) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- internal/install/stack_version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/install/stack_version.go b/internal/install/stack_version.go index 9f590fe98..158f797be 100644 --- a/internal/install/stack_version.go +++ b/internal/install/stack_version.go @@ -6,5 +6,5 @@ package install const ( // DefaultStackVersion is the default version of the stack - DefaultStackVersion = "8.14.1" + DefaultStackVersion = "8.14.2" )