chore: update version to v1.3.4

This commit is contained in:
ShiYu
2025-10-22 13:36:27 +08:00
parent ac6d8ff7ad
commit 51326dea08

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