diff --git a/steam_auto_cracker_gui.py b/steam_auto_cracker_gui.py index 27c0c4c..e600359 100644 --- a/steam_auto_cracker_gui.py +++ b/steam_auto_cracker_gui.py @@ -16,7 +16,7 @@ try: # Handles Python errors to write them to a log file so they can be reported import shutil from time import sleep - VERSION = "2.0.0" + VERSION = "2.0.1" RETRY_DELAY = 15 # Delay in seconds before retrying a failed request. (default, can be modified in config.ini) RETRY_MAX = 30 # Number of failed tries (includes the first try) after which SAC will stop trying and quit. (default, can be modified in config.ini)