diff --git a/internal/common/defaults.go b/internal/common/defaults.go index 92d11ae486..f82c5ec1c0 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.12-d37f924b-SNAPSHOT" +var BeatVersionBase = "7.17.12-4a94a841-SNAPSHOT" // BeatVersion is the version of the Beat to use // It can be overriden by BEAT_VERSION env var