Skip to content

Commit

Permalink
update version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
harry committed May 15, 2024
1 parent afb4eff commit eb2b07b
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.7")
project_version = _cfg.get("project_version", "1.1.8")
reload_debug = False

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

0 comments on commit eb2b07b

Please sign in to comment.