From a0c12214464102edd3f7523601c357d321fff6c0 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 13 Jul 2020 12:09:05 +0100 Subject: [PATCH] Increase version to 4.0.0.0 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 7f97fa60..d28e7ef5 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.5.0' +appversion = '4.0.0.0' copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'