Merge pull request #2483 from forslund/feature/major-version-bump
Bump the version to the new 20.02 rangepull/2484/head
commit
c94c9501d2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue