From 2aa5154a1ad0f1528cdff8294318ff6e163690bd Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 18 Jun 2020 18:26:20 +0100 Subject: [PATCH] config: Bump version to 3.4.6.0 so it shows up in testing As the new Fleet Carrier code needs testing we need to be able to filter down to our test messages if needs be. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 1e6c47fd..b9f9a638 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.4.4.0' +appversion = '3.4.6.0' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml' update_interval = 47*60*60