feat: Update version handling in config and backup services

This commit is contained in:
shiyu
2025-08-27 19:05:58 +08:00
parent fd02a4bbe5
commit 627b13426d
3 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -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.0.0"
class ConfigCenter:
_cache: Dict[str, Any] = {}