From 6192d31c5b73d1fbd8baacf2683689e8c78ea207 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:13:08 +0000 Subject: [PATCH] chore: Bump to latest whereabouts version in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5a4eac..86fd7f3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SRC ?= github.com/k8snetworkplumbingwg/whereabouts TAG ?= ${GITHUB_ACTION_TAG} ifeq ($(TAG),) -TAG := v0.7.0$(BUILD_META) +TAG := v0.8.0$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG)))