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

Commit 85081c0

Browse files
authored
Version bump to 0.8.22
1 parent 1d67b17 commit 85081c0

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

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

0 commit comments

Comments
 (0)