chore: update version to v1.3.8

This commit is contained in:
shiyu
2025-11-27 18:07:18 +08:00
parent 5c4d3a625b
commit cf8d10f71c

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