From 7384f49a592118d43be531e446fbe156ccf693c3 Mon Sep 17 00:00:00 2001 From: sakura_x64 Date: Thu, 9 Jun 2022 19:01:25 +0200 Subject: [PATCH] changed version number to 2.1 --- load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load.py b/load.py index 876af49..fd2d6e1 100644 --- a/load.py +++ b/load.py @@ -20,7 +20,7 @@ this = sys.modules[__name__] # For holding module globals -this.VersionNo = "2.0" +this.VersionNo = "2.1" this.FactionNames = [] this.TodayData = {} this.YesterdayData = {}