From e6cc1cb911774cd7b934ff45b083b3743b9fca26 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 24 Jan 2021 16:11:01 +0100 Subject: [PATCH] Bump version --- Mailnag/common/dist_cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailnag/common/dist_cfg.py b/Mailnag/common/dist_cfg.py index 8b30304..137f79a 100644 --- a/Mailnag/common/dist_cfg.py +++ b/Mailnag/common/dist_cfg.py @@ -22,7 +22,7 @@ # Application version displayed in the # about dialog of the config window. -APP_VERSION = '2.1.0' +APP_VERSION = '2.2.0' # The PACKAGE_NAME constant is used to configure # 1) the path where all app data (glade files, images) is loaded from