chore: update version to v1.2.7

This commit is contained in:
shiyu
2025-09-19 20:20:20 +08:00
parent b530b16c53
commit 5a29c579dc

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