chore: update version to v1.7.1 in service configuration

This commit is contained in:
shiyu
2026-01-12 10:24:18 +08:00
parent ab6562fc79
commit 1679b03d3a

View File

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