From 364f9607bc36f2d0f6f65cffb4ddf16a32577267 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 22 Jan 2025 19:04:25 +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