chore: update version to v1.3.5

This commit is contained in:
shiyu
2025-11-06 15:54:20 +08:00
parent 71e5f84eb7
commit 17236e601f

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