From de55ff7ce088a608823c0c41fee3f0d545e6a4f0 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 7 Jul 2020 19:43:02 +0100 Subject: [PATCH] Increase appversion to 3.99.3.0 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 48e0a376..56a80925 100644 --- a/config.py +++ b/config.py @@ -8,7 +8,7 @@ from sys import platform appname = 'EDMarketConnector' applongname = 'E:D Market Connector' appcmdname = 'EDMC' -appversion = '3.99.2.0' +appversion = '3.99.3.0' copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'