Update version number in preparation for 19.08
parent
6c228d00a9
commit
c8b33704ce
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue