Skip to content

Commit 07ba76d

Browse files
committed
2021.4.6
1 parent b97976e commit 07ba76d

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
@@ -2,7 +2,7 @@
22

33
MAJOR_VERSION = 2021
44
MINOR_VERSION = 4
5-
PATCH_VERSION = "6b3"
5+
PATCH_VERSION = "6"
66
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
77
__version__ = f"{__short_version__}.{PATCH_VERSION}"
88
REQUIRED_PYTHON_VER = (3, 8, 0)

0 commit comments

Comments
 (0)