Version bump to 0.8.22

pull/1098/head release/v0.8.22
Arron Atchison 2017-09-19 11:15:20 +09:00 committed by GitHub
parent 1d67b17f00
commit 85081c00f3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ __author__ = 'augustnmonteiro'
# START_VERSION_BLOCK # START_VERSION_BLOCK
CORE_VERSION_MAJOR = 0 CORE_VERSION_MAJOR = 0
CORE_VERSION_MINOR = 8 CORE_VERSION_MINOR = 8
CORE_VERSION_BUILD = 20 CORE_VERSION_BUILD = 22
# END_VERSION_BLOCK # END_VERSION_BLOCK
CORE_VERSION_STR = (str(CORE_VERSION_MAJOR) + "." + CORE_VERSION_STR = (str(CORE_VERSION_MAJOR) + "." +