mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-06-03 17:32:21 +02:00
c2bbc4dac5
* cicd(versioning): Automate proper version tagging in the bouncer.go that is reported to Crowdsec LAPI * cicd(versioning): Move pluginVersion to it's own file * Disablie lint check for no global variables * Remove trailing new-line * Update pluginVersion declaration style * 🍱 Simplify for tests Removed the verification step after updating the version and modified the commit message to include an emoji. --------- Co-authored-by: maxlerebourg <maxlerebourg@gmail.com>
5 lines
189 B
Go
5 lines
189 B
Go
package crowdsec_bouncer_traefik_plugin //nolint:revive,stylecheck
|
|
|
|
// pluginVersion is updated automatically by the release workflow.
|
|
var pluginVersion = "1.5.0" //nolint:gochecknoglobals
|