From 2562b2fc9376433ff0a31a39e003559411d17fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=9Crker?= Date: Tue, 26 Nov 2024 15:09:34 +0300 Subject: [PATCH] Update constants.py --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index d1081b5..a0e0e59 100755 --- a/constants.py +++ b/constants.py @@ -10,7 +10,7 @@ APP_NAME = "flaskBlog" # (str) # Version of the Flask application -APP_VERSION = "2.2.0" # (str) +APP_VERSION = "2.2.1" # (str) # Path to the root of the application files APP_ROOT_PATH = "." # (str)