Skip to content

Commit

Permalink
Merge pull request #369 from harry0703/dev
Browse files Browse the repository at this point in the history
update version to 1.1.9
  • Loading branch information
harry0703 authored May 16, 2024
2 parents dc460c2 + bb4333d commit 09ad53a
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 @@ -54,7 +54,7 @@ def save_config():
project_name = _cfg.get("project_name", "MoneyPrinterTurbo")
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.1.8")
project_version = _cfg.get("project_version", "1.1.9")
reload_debug = False

imagemagick_path = app.get("imagemagick_path", "")
Expand Down

0 comments on commit 09ad53a

Please sign in to comment.