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