From b406c3cb681d9f8e2bf6503206962d75dca37657 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Wed, 9 Apr 2014 21:20:29 -0700 Subject: [PATCH] Return latest version from github rather than current version --- headphones/versioncheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/versioncheck.py b/headphones/versioncheck.py index ff42e894..066a9713 100644 --- a/headphones/versioncheck.py +++ b/headphones/versioncheck.py @@ -142,7 +142,7 @@ def checkGithub(): if commits is None: logger.warn('Could not get commits behind from GitHub.') - return headphones.CURRENT_VERSION + return headphones.LATEST_VERSION try: headphones.COMMITS_BEHIND = int(commits['behind_by'])