mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-10 21:24:15 +00:00
Version update
This commit is contained in:
parent
b1cb7123a3
commit
792367e35e
@ -237,7 +237,7 @@ class Updater(threading.Thread):
|
||||
return False
|
||||
|
||||
def _stable_version_info(self):
|
||||
return {'version': '0.6.4 Beta'} # Current version
|
||||
return {'version': '0.6.4'} # 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