From bbd1d7a52b5fbe41dfca63e10e38e6a392c3fadd Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 7 May 2021 19:58:16 +0100 Subject: [PATCH] Pre-Release 5.0.0-rc1 appversion --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 67ea52d8..1fca363f 100644 --- a/config.py +++ b/config.py @@ -33,7 +33,7 @@ appcmdname = 'EDMC' # # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.0.0-beta8' +_static_appversion = '5.0.0-rc1' copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'