diff --git a/steamswitcher.py b/steamswitcher.py index 0274130..12b10a2 100644 --- a/steamswitcher.py +++ b/steamswitcher.py @@ -5,7 +5,7 @@ from modules.update import start_checkupdate from modules.main import MainApp -VERSION = '2.6' +VERSION = '2.6.1' BRANCH = 'master' URL = ('https://raw.githubusercontent.com/sw2719/steam-account-switcher/%s/version.yml' % BRANCH)