From bc02901972873067fbdcea635c302e65cac2332a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 May 2026 12:26:23 +0000 Subject: [PATCH] chore(release): v1.0.25 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 7356970..4396947 100644 --- a/version.go +++ b/version.go @@ -14,4 +14,4 @@ const devPluginVersion = "0.0.0-dev" // from build info at runtime (debug.ReadBuildInfo sees Traefik's build graph, // not the interpreted plugin). This build-stamped constant is therefore the // single source of truth for the version reported by anonymous usage telemetry. -const traefikoidcPluginVersion = "0.0.0-dev" +const traefikoidcPluginVersion = "1.0.25"