chore: update version to v1.3.0

This commit is contained in:
shiyu
2025-09-27 14:12:42 +08:00
parent 7f33eb85ba
commit 5625f2d8bf

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