chore: Update version to v1.1.5

This commit is contained in:
shiyu
2025-09-06 16:17:12 +08:00
parent 74ffc0bb30
commit 20f6b5c210

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