fix message from previous

This commit is contained in:
Tim Bentley 2018-04-06 20:55:08 +01:00
parent 8f436cfb09
commit cc0dcd6b75

View File

@ -141,7 +141,7 @@ def get_version():
full_version = file_path.read_text().rstrip()
except OSError:
log.exception('Error in version file.')
full_version = '0.0.0-bzr000'
full_version = '0.0.0'
bits = full_version.split('-')
APPLICATION_VERSION = {
'full': full_version,