From bbb5c52de38f2533c0ed7e49f354a6c1121569f2 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 2 Jul 2020 18:06:29 +0100 Subject: [PATCH] Increase version to 3.99.1.0 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 2e7f80fe..08557637 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.0.0' +appversion = '3.99.1.0' copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'