chore: update version to v1.2.10

This commit is contained in:
shiyu
2025-09-23 18:09:57 +08:00
parent cf5f19043b
commit f0892ebcd6

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.2.9"
VERSION = "v1.2.10"
class ConfigCenter:
_cache: Dict[str, Any] = {}