Skip to content

Commit 63c3402

Browse files
authored
Update version to 1.2.2
1 parent 5a6dd6c commit 63c3402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def save_config():
5656
"project_description",
5757
"<a href='https://github.com/harry0703/MoneyPrinterTurbo'>https://github.com/harry0703/MoneyPrinterTurbo</a>",
5858
)
59-
project_version = _cfg.get("project_version", "1.2.1")
59+
project_version = _cfg.get("project_version", "1.2.2")
6060
reload_debug = False
6161

6262
imagemagick_path = app.get("imagemagick_path", "")

0 commit comments

Comments
 (0)