chore: update version to v1.3.7

This commit is contained in:
shiyu
2025-11-10 11:02:45 +08:00
parent 78dfbac458
commit e3e68f5397

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