feat: Update application version to v1.1.0

This commit is contained in:
shiyu
2025-08-28 13:25:43 +08:00
parent 150f6a77fb
commit cfcb28d0ac
2 changed files with 11 additions and 10 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.0.0"
VERSION = "v1.1.0"
class ConfigCenter:
_cache: Dict[str, Any] = {}