Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneezedip authored Jul 31, 2024
1 parent 053659a commit 946fadf
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 @@ -399,7 +399,7 @@ def _menu(self):

if __name__ == "__main__":
os.system("cls") if os.name == 'nt' else os.system("clear")
CheckVersion("2.1.1.2")
CheckVersion("2.2.0")
Credits()
IsFirst()
Program()

0 comments on commit 946fadf

Please sign in to comment.