Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackSnowDot authored Dec 16, 2022
1 parent e820e4d commit 1f806f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f806f6

Please sign in to comment.