From 0178ae8d9c9173619dba6e28567c68e899e1bc70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Aug 2026 09:39:23 +0000 Subject: [PATCH] chore: bump to v0.12.728 [skip ci] --- dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard.py b/dashboard.py index 92d89c8246..3df83c0539 100644 --- a/dashboard.py +++ b/dashboard.py @@ -326,7 +326,7 @@ def _otlp_service_name_to_agent_type(service_name): return slug or "custom" -__version__ = "0.12.727" +__version__ = "0.12.728" # 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