From 1df998535d9edb10ea9fe427c9e9f566a51c6eca Mon Sep 17 00:00:00 2001 From: apmmachine Date: Fri, 21 Jul 2023 15:01:51 +0000 Subject: [PATCH] chore: Updated to content "" in file "./internal/common/defaults.go" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- internal/common/defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/common/defaults.go b/internal/common/defaults.go index 0d46dfe239..2b31fbbff4 100644 --- a/internal/common/defaults.go +++ b/internal/common/defaults.go @@ -36,7 +36,7 @@ const FleetProfileName = "fleet" const FleetServerAgentServiceName = "fleet-server" // BeatVersionBase is the base version of the Beat to use -var BeatVersionBase = "8.8.3-d11d374b-SNAPSHOT" +var BeatVersionBase = "8.8.3-7453d831-SNAPSHOT" // BeatVersion is the version of the Beat to use // It can be overriden by BEAT_VERSION env var