diff --git a/dashboard.py b/dashboard.py index e1c72d5fa..c14bf4077 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