chore: update version to v1.5.1

This commit is contained in:
shiyu
2025-12-29 16:53:53 +08:00
parent 184997deed
commit 5701a13f4f
+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.5.0" VERSION = "v1.5.1"
class ConfigService: class ConfigService: