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

Commit 5bb7d25

Browse files
authored
bump version to 0.8.16
1 parent 78563a4 commit 5bb7d25

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 = 15
29+
CORE_VERSION_BUILD = 16
3030
# END_VERSION_BLOCK
3131

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

0 commit comments

Comments
 (0)