Update version number in preparation for 19.08

pull/2321/head
Åke Forslund 2019-09-23 09:58:09 +02:00
parent 6c228d00a9
commit c8b33704ce
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ from mycroft.util.log import LOG
# The following lines are replaced during the release process.
# START_VERSION_BLOCK
CORE_VERSION_MAJOR = 19
CORE_VERSION_MINOR = 2
CORE_VERSION_BUILD = 14
CORE_VERSION_MINOR = 8
CORE_VERSION_BUILD = -1
# END_VERSION_BLOCK
CORE_VERSION_TUPLE = (CORE_VERSION_MAJOR,