diff --git a/dashboard.py b/dashboard.py index 5600d343f0..25089afba9 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