chore: update version to v1.6.1

This commit is contained in:
shiyu
2026-01-08 12:20:26 +08:00
parent e51344b43e
commit 4638356a45
+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 = "v1.6.0" VERSION = "v1.6.1"
class ConfigService: class ConfigService: