diff --git a/dashboard.py b/dashboard.py index dbe83c11f7..7f9f1acdaa 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.747" +__version__ = "0.12.750" # 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