chore: update version from v1.2.10 to v1.2.11

This commit is contained in:
shiyu
2025-09-26 19:45:33 +08:00
parent 77058f3535
commit ce45fca8bd

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