From 8ffd80193aee9f1d7e4eb1d4f3e7c6faa4461eb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 May 2026 13:13:08 +0000 Subject: [PATCH] chore(release): v1.0.26 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 7356970..990b67d 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.26"