diff --git a/services/config.py b/services/config.py index 5e21435..b9c73a1 100644 --- a/services/config.py +++ b/services/config.py @@ -4,7 +4,7 @@ from typing import Any, Optional, Dict from dotenv import load_dotenv from models.database import Configuration load_dotenv(dotenv_path=".env") -VERSION = "v1.2.8" +VERSION = "v1.2.9" class ConfigCenter: _cache: Dict[str, Any] = {}