diff --git a/src/Server.py b/src/Server.py index 84f7998..977ee35 100644 --- a/src/Server.py +++ b/src/Server.py @@ -38,7 +38,7 @@ DEFAULT_DB_FILE = "logar_state.db" EVALUATION_WINDOW_HOURS = 12 RUN_THRESHOLD = 4 -app = FastAPI(title="LOGAR Cloud Ingestion & Hermes Hub", version="2.0.0") +app = FastAPI(title="LOGAR Cloud Ingestion & Hermes Hub", version="2.0.1") # Global context holding server state SERVER_STATE: Dict[str, Any] = {}