Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit 14df7e6

Browse files
authored
Update __init__.py
1 parent eaa149c commit 14df7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycroft/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# START_VERSION_BLOCK
2727
CORE_VERSION_MAJOR = 0
2828
CORE_VERSION_MINOR = 8
29-
CORE_VERSION_BUILD = 16
29+
CORE_VERSION_BUILD = 17
3030
# END_VERSION_BLOCK
3131

3232
CORE_VERSION_STR = (str(CORE_VERSION_MAJOR) + "." +

0 commit comments

Comments
 (0)