From 4f8300c4f25b4470ed7cc32d7c41c08c0c62576f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=9Crker?= Date: Wed, 16 Oct 2024 15:29:31 +0300 Subject: [PATCH] refactor: app version bumped up to 2.1.4 --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index b7c4121b..bb527d7c 100755 --- a/constants.py +++ b/constants.py @@ -10,7 +10,7 @@ APP_NAME = "flaskBlog" # (str) # Version of the Flask application -APP_VERSION = "2.1.0" # (str) +APP_VERSION = "2.1.4" # (str) # Path to the root of the application files APP_ROOT_PATH = "." # (str)