From 4d5b669bd443e78af5a5b2e9496095d80a5f8e32 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sun, 16 Oct 2016 12:20:16 +0100 Subject: [PATCH] Release 2.20 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 5a4fb82b..95423303 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 = '2.2.0.1' +appversion = '2.2.0.2' update_feed = 'https://marginal.org.uk/edmarketconnector.xml' update_interval = 47*60*60