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