chore(server): bump server version to 2.0.1
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ DEFAULT_DB_FILE = "logar_state.db"
|
|||||||
EVALUATION_WINDOW_HOURS = 12
|
EVALUATION_WINDOW_HOURS = 12
|
||||||
RUN_THRESHOLD = 4
|
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
|
# Global context holding server state
|
||||||
SERVER_STATE: Dict[str, Any] = {}
|
SERVER_STATE: Dict[str, Any] = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user