Skip to content

Commit 60175fc

Browse files
committed
Updated app version in app.py
1 parent 12167c0 commit 60175fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class AppManager:
1616

1717
APP_NAME: str = "Taskup"
18-
VERSION: str = "1.2.0"
18+
VERSION: str = "1.2.1"
1919
SHUTDOWN_DELAY = 3 # seconds
2020
SHUTDOWN_DELAY_IN_DEBUG_MODE = 600 # seconds
2121

0 commit comments

Comments
 (0)