chore: update version to v2.2.0 in service configuration

This commit is contained in:
shiyu
2026-05-01 22:04:20 +08:00
parent d8425f1cdd
commit 1c216a7516

View File

@@ -10,7 +10,7 @@ from models.database import Configuration, UserAccount
load_dotenv(dotenv_path=".env")
VERSION = "v2.1.1"
VERSION = "v2.2.0"
class ConfigService: