Merge pull request #2483 from forslund/feature/major-version-bump

Bump the version to the new 20.02 range
pull/2484/head
Åke 2020-02-27 09:08:29 +01:00 committed by GitHub
commit c94c9501d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ from mycroft.util.log import LOG
# The following lines are replaced during the release process.
# START_VERSION_BLOCK
CORE_VERSION_MAJOR = 19
CORE_VERSION_MINOR = 8
CORE_VERSION_BUILD = 7
CORE_VERSION_MAJOR = 20
CORE_VERSION_MINOR = 2
CORE_VERSION_BUILD = -1
# END_VERSION_BLOCK
CORE_VERSION_TUPLE = (CORE_VERSION_MAJOR,