mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-09-02 12:28:50 +02:00
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 lines
260 B
Go
6 lines
260 B
Go
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.7.1" //nolint:gochecknoglobals
|