Skip to content

Commit 11d6bbb

Browse files
authored
Merge pull request #354 from fronzbot/dev-rc-bump
Dev rc bump
2 parents b02f631 + b30da66 commit 11d6bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blinkpy/helpers/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import os
44

55
MAJOR_VERSION = 0
6-
MINOR_VERSION = 17
7-
PATCH_VERSION = "0-rc0"
6+
MINOR_VERSION = 16
7+
PATCH_VERSION = "2-rc0"
88

99
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
1010

0 commit comments

Comments
 (0)