chore: update version to v1.7.0 in service configuration

This commit is contained in:
shiyu
2026-01-11 14:09:29 +08:00
parent e7eafdee97
commit e7cf8dbdb8

View File

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