Update version to 1.2.2

This commit is contained in:
Harry 2024-12-06 13:45:43 +08:00 committed by GitHub
parent 5a6dd6c7a5
commit 63c3402c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ project_description = _cfg.get(
"project_description",
"<a href='https://github.com/harry0703/MoneyPrinterTurbo'>https://github.com/harry0703/MoneyPrinterTurbo</a>",
)
project_version = _cfg.get("project_version", "1.2.1")
project_version = _cfg.get("project_version", "1.2.2")
reload_debug = False
imagemagick_path = app.get("imagemagick_path", "")