Skip to content

Commit

Permalink
Updated app version in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nricciardi committed Oct 8, 2023
1 parent 12167c0 commit 60175fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class AppManager:

APP_NAME: str = "Taskup"
VERSION: str = "1.2.0"
VERSION: str = "1.2.1"
SHUTDOWN_DELAY = 3 # seconds
SHUTDOWN_DELAY_IN_DEBUG_MODE = 600 # seconds

Expand Down

0 comments on commit 60175fc

Please sign in to comment.