From ace43477146623e267d5fbf1b8cd67264d16214d Mon Sep 17 00:00:00 2001 From: Victor Martinez <VictorMartinezRubio@gmail.com> Date: Wed, 22 Jan 2025 18:48:56 +0100 Subject: [PATCH] [Release] update version 9.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f69fce7e395..6d531c1c3a9 100644 --- a/Makefile +++ b/Makefile @@ -185,7 +185,7 @@ docs/spec: go.mod # Beats synchronisation. ############################################################################## -BEATS_VERSION?=main +BEATS_VERSION?=9.0 BEATS_MODULE:=github.com/elastic/beats/v7 .PHONY: update-beats