feat: Update version to v1.1.2

This commit is contained in:
shiyu
2025-08-30 15:39:05 +08:00
parent 83aaa7a052
commit 3f3f192d53
2 changed files with 1 additions and 2 deletions

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