diff options
author | Sumanto Kar | 2022-02-22 13:43:38 +0530 |
---|---|---|
committer | GitHub | 2022-02-22 13:43:38 +0530 |
commit | 61a5e719c4994c633b96924c6ebaa829d4ee5338 (patch) | |
tree | 48e6c991f4244d3560001f7459e139ec61e4acd6 /src/configuration | |
parent | f163ec557099c8ba6fcf66bfb4c4476c4c4528d5 (diff) | |
parent | 46f8b6c19dbc7857bfac031a6823b3fba88d3ea1 (diff) | |
download | eSim-61a5e719c4994c633b96924c6ebaa829d4ee5338.tar.gz eSim-61a5e719c4994c633b96924c6ebaa829d4ee5338.tar.bz2 eSim-61a5e719c4994c633b96924c6ebaa829d4ee5338.zip |
Merge pull request #195 from rahulp13/master
Updated version details to v2.2
Diffstat (limited to 'src/configuration')
-rw-r--r-- | src/configuration/Appconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |