chore: update version to v1.3.2

This commit is contained in:
ShiYu
2025-10-18 12:12:35 +08:00
parent bc595310a6
commit 130a304f25

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