version bump to 9.0.0
parent
ad0e9870c2
commit
2a8aeeb459
|
@ -21,9 +21,9 @@ from mycroft.util.log import LOG
|
||||||
|
|
||||||
# The following lines are replaced during the release process.
|
# The following lines are replaced during the release process.
|
||||||
# START_VERSION_BLOCK
|
# START_VERSION_BLOCK
|
||||||
CORE_VERSION_MAJOR = 0
|
CORE_VERSION_MAJOR = 9
|
||||||
CORE_VERSION_MINOR = 8
|
CORE_VERSION_MINOR = 0
|
||||||
CORE_VERSION_BUILD = 22
|
CORE_VERSION_BUILD = 0
|
||||||
# END_VERSION_BLOCK
|
# END_VERSION_BLOCK
|
||||||
|
|
||||||
CORE_VERSION_STR = (str(CORE_VERSION_MAJOR) + "." +
|
CORE_VERSION_STR = (str(CORE_VERSION_MAJOR) + "." +
|
||||||
|
|
Loading…
Reference in New Issue