Version bump from 0.9.10 to 0.9.11

pull/1016/merge
devs-mycroft 2017-12-23 00:22:23 +00:00
parent f56a2def72
commit e4e30e0035
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from mycroft.util.log import LOG
# START_VERSION_BLOCK
CORE_VERSION_MAJOR = 0
CORE_VERSION_MINOR = 9
CORE_VERSION_BUILD = 10
CORE_VERSION_BUILD = 11
# END_VERSION_BLOCK
CORE_VERSION_STR = (str(CORE_VERSION_MAJOR) + "." +