Skip to content

Commit f6c5f92

Browse files
author
tomasz75
committed
9
1 parent 13b0746 commit f6c5f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
MAJOR_VERSION: Final = 2021
66
MINOR_VERSION: Final = 8
7-
PATCH_VERSION: Final = "8"
7+
PATCH_VERSION: Final = "9"
88
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
99
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
1010
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 8, 0)

0 commit comments

Comments
 (0)