chore(service): update version to v2.1.0

This commit is contained in:
shiyu
2026-03-09 16:48:05 +08:00
parent 338c72cd5c
commit f4b18fdf35
+1 -1
View File
@@ -10,7 +10,7 @@ from models.database import Configuration, UserAccount
load_dotenv(dotenv_path=".env") load_dotenv(dotenv_path=".env")
VERSION = "v2.0.1" VERSION = "v2.1.0"
class ConfigService: class ConfigService: