From 93a9ef3bac1eaac05d92232871aae403b066fc0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=9Crker?= Date: Sat, 16 Nov 2024 20:56:06 +0300 Subject: [PATCH] Update application version to 2.2.0 in constants.py --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index b829e8e..d1081b5 100755 --- a/constants.py +++ b/constants.py @@ -10,7 +10,7 @@ APP_NAME = "flaskBlog" # (str) # Version of the Flask application -APP_VERSION = "2.1.5" # (str) +APP_VERSION = "2.2.0" # (str) # Path to the root of the application files APP_ROOT_PATH = "." # (str)