Update Version info

This commit is contained in:
Ozzieisaacs 2019-04-20 12:30:33 +02:00
parent c748716ad2
commit cc5c2c0f65
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class Updater(threading.Thread):
return False
def _stable_version_info(self):
return {'version': '0.6.1'} # Current version
return {'version': '0.6.2'} # Current version
def _nightly_available_updates(self, request_method):
tz = datetime.timedelta(seconds=time.timezone if (time.localtime().tm_isdst == 0) else time.altzone)