From 9d3561f29b67995092360309e03d4dc856dd2605 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:38:42 +0000 Subject: [PATCH] [1.20](backport #360) bump npcap version to 1.78 (#362) Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com> --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index b993aed3..2492d28a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,7 @@ VCS_REF := $(shell git rev-parse HEAD) VCS_URL := https://github.com/elastic/golang-crossbuild BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ") .DEFAULT_GOAL := build -NPCAP_VERSION := 1.76 +NPCAP_VERSION := 1.78 NPCAP_FILE := npcap-$(NPCAP_VERSION)-oem.exe SUFFIX_NPCAP_VERSION := -npcap-$(NPCAP_VERSION) NPCAP_REPOSITORY := docker.elastic.co/observability-ci