chore: update version to v1.2.4

This commit is contained in:
shiyu
2025-09-14 13:40:10 +08:00
parent 04441d0bc4
commit 7b25e6d3b6

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