version bump to 9.0.0

pull/1133/head
Arron Atchison 2017-10-05 20:36:09 +09:00 committed by GitHub
parent ad0e9870c2
commit 2a8aeeb459
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ from mycroft.util.log import LOG
# The following lines are replaced during the release process.
# START_VERSION_BLOCK
CORE_VERSION_MAJOR = 0
CORE_VERSION_MINOR = 8
CORE_VERSION_BUILD = 22
CORE_VERSION_MAJOR = 9
CORE_VERSION_MINOR = 0
CORE_VERSION_BUILD = 0
# END_VERSION_BLOCK
CORE_VERSION_STR = (str(CORE_VERSION_MAJOR) + "." +