From 9c3a952a30021c345d091ec4a69783879c435e90 Mon Sep 17 00:00:00 2001 From: "elastic-vault-github-plugin-prod[bot]" <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:05:07 +0100 Subject: [PATCH] [Release] Update version to 8.17.1 (#2753) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Release] update version Co-authored-by: elasticmachine Co-authored-by: Kuba SoboĊ„ --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 9818721cc5..aed9e677ac 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ package version // name matches github.com/elastic/beats/v7/dev-tools/mage/settings.go parseBeatVersion -const defaultBeatVersion = "8.17.0" +const defaultBeatVersion = "8.17.1" // Version represents version information for a package type Version struct {