diff --git a/dashboard.py b/dashboard.py index a5d2f58e1f..43e53d6829 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.748" +__version__ = "0.12.751" # 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