Update version number

This commit is contained in:
Ozzie Isaacs 2020-01-21 07:04:18 +01:00 committed by GitHub
parent 6728f5da2d
commit 3c63e2b7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ def selected_roles(dictionary):
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, '
'series_id, languages')
STABLE_VERSION = {'version': '0.6.5 Beta'}
STABLE_VERSION = {'version': '0.6.5'}
NIGHTLY_VERSION = {}
NIGHTLY_VERSION[0] = '$Format:%H$'