From e6dc82ff55f2bd771a00a2669056d7acc6edf689 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 4 Sep 2026 23:30:36 +0200 Subject: [PATCH] chore(server): bump server version to 2.0.1 --- src/Server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = {}