From 9f1410d43f3a9291488826996a4aa0b07af39f99 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Wed, 15 May 2024 15:01:57 +0000 Subject: [PATCH] chore: Update 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 d7cc727b7..0f5b8d45c 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 = "7.17.22-60b5dd1b-SNAPSHOT" +var BeatVersionBase = "7.17.22-3c259c3f-SNAPSHOT" // BeatVersion is the version of the Beat to use // It can be overriden by BEAT_VERSION env var