chore: update version to v1.2.9

This commit is contained in:
shiyu
2025-09-22 19:43:50 +08:00
parent 9d6c63aff4
commit 37e13dabe0

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