From 2244a4d7ac4b7e6512138e174cf1036c05d2ca27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 31 Jul 2026 11:04:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v1.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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