From 7e838953c98a8c9d995043af23c33c301669e1ed Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 5 Jul 2020 20:01:05 +0100 Subject: [PATCH] Increase version to 3.99.2.0 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index ad131ceb..48e0a376 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.1.0' +appversion = '3.99.2.0' copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'