From 43b3528dee19ceca75a38ab9691a0c8fafdd247d Mon Sep 17 00:00:00 2001 From: Dan Kortschak <90160302+efd6@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:12:32 +1030 Subject: [PATCH] bump npcap version to 1.78 (#360) --- 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