chore: update version to v1.7.2 in service configuration

This commit is contained in:
shiyu
2026-01-16 11:20:19 +08:00
parent ab89451b2d
commit bb9589fa62

View File

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