diff --git a/internal/common/defaults.go b/internal/common/defaults.go index c0e20cc3d3..d3e66e1a68 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.9.0-473a43eb-SNAPSHOT" +var BeatVersionBase = "8.9.0-4b9e2fa6-SNAPSHOT" // BeatVersion is the version of the Beat to use // It can be overriden by BEAT_VERSION env var