Skip to content

Commit

Permalink
Update version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harry0703 authored Dec 6, 2024
1 parent 5a6dd6c commit 63c3402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def save_config():
"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", "")
Expand Down

0 comments on commit 63c3402

Please sign in to comment.