From 1f806f6915df1a566a9acf1c7449ac0ef50a058c Mon Sep 17 00:00:00 2001 From: BlackSnowDot <95581741+BlackSnowDot@users.noreply.github.com> Date: Fri, 16 Dec 2022 13:41:37 -0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b448683..344a9ac 100644 --- a/main.py +++ b/main.py @@ -103,7 +103,7 @@ def update(self): class eGen: def __init__(self): - self.version = "v1.2.3" + self.version = "v1.2.4" AutoUpdater(self.version).update() self.Utils = Utils() # Utils Module self.config: Any = load(open('config.json')) # Config File