Update Version info
This commit is contained in:
parent
c748716ad2
commit
cc5c2c0f65
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user