Skip to content

Commit 2562b2f

Browse files
authored
Update constants.py
1 parent 1111b41 commit 2562b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
APP_NAME = "flaskBlog" # (str)
1111

1212
# Version of the Flask application
13-
APP_VERSION = "2.2.0" # (str)
13+
APP_VERSION = "2.2.1" # (str)
1414

1515
# Path to the root of the application files
1616
APP_ROOT_PATH = "." # (str)

0 commit comments

Comments
 (0)