parent
ee565482fd
commit
2b72ea9366
|
@ -23,7 +23,7 @@ from mycroft.util.log import LOG
|
||||||
# START_VERSION_BLOCK
|
# START_VERSION_BLOCK
|
||||||
CORE_VERSION_MAJOR = 0
|
CORE_VERSION_MAJOR = 0
|
||||||
CORE_VERSION_MINOR = 9
|
CORE_VERSION_MINOR = 9
|
||||||
CORE_VERSION_BUILD = 1
|
CORE_VERSION_BUILD = 2
|
||||||
# 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