From 46f8b6c19dbc7857bfac031a6823b3fba88d3ea1 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Tue, 22 Feb 2022 13:35:10 +0530 Subject: Updated version details to v2.2 --- src/configuration/Appconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configuration/Appconfig.py') diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index e41fc218..ab19ada5 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -105,7 +105,7 @@ class Appconfig(QtWidgets.QWidget): # Application Details self._APPLICATION = 'eSim' - self._VERSION = '2.2 pre-release' + self._VERSION = '2.2' self._AUTHOR = 'Fahim' self._REVISION = 'Rahul, Sumanto' -- cgit