From 858af435a8c78fbe4bd262fa350c741eb4b1e771 Mon Sep 17 00:00:00 2001 From: sw2719 Date: Mon, 31 Aug 2020 18:18:45 +0900 Subject: [PATCH] Bump version --- steamswitcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamswitcher.py b/steamswitcher.py index 851e523..f0e0fc6 100644 --- a/steamswitcher.py +++ b/steamswitcher.py @@ -5,7 +5,7 @@ from modules.update import start_checkupdate from modules.main import MainApp -VERSION = '2.4.1' +VERSION = '2.4.2' BRANCH = 'master' URL = ('https://raw.githubusercontent.com/sw2719/steam-account-switcher/%s/version.yml' % BRANCH)