From bef5dfaadbb07381af02ec4e7391e49214ebf953 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:05:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v1.7.1=20(#367)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index a7c006e..b2bcb05 100644 --- a/version.go +++ b/version.go @@ -2,4 +2,4 @@ package crowdsec_bouncer_traefik_plugin //nolint:revive,stylecheck // pluginVersion is what the plugin reports to the Crowdsec LAPI. // Do not edit by hand: the "Release (1/2) Prepare" workflow bumps it. -var pluginVersion = "v1.6.0" //nolint:gochecknoglobals +var pluginVersion = "v1.7.1" //nolint:gochecknoglobals