From 73d0eb3baa7526ead48375f3007230c6e35ed0ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 12 Sep 2026 11:02:55 +0000 Subject: [PATCH] chore: bump to v0.12.874 [skip ci] --- dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard.py b/dashboard.py index fc5ff7ab18..8307c099b8 100644 --- a/dashboard.py +++ b/dashboard.py @@ -339,7 +339,7 @@ def _otlp_service_name_to_agent_type(service_name): return slug or "custom" -__version__ = "0.12.872" +__version__ = "0.12.874" # Extensions (Phase 2): import the plugin host now, but defer the actual # load_plugins() call until after the Flask app is created below so we can