We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6edb89a + 0758fa6 commit 5c56c90Copy full SHA for 5c56c90
blinkpy/helpers/constants.py
@@ -4,7 +4,7 @@
4
5
MAJOR_VERSION = 0
6
MINOR_VERSION = 16
7
-PATCH_VERSION = "0-rc3"
+PATCH_VERSION = "0-rc4"
8
9
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
10
0 commit comments