Skip to content

Commit

Permalink
Merge pull request #354 from fronzbot/dev-rc-bump
Browse files Browse the repository at this point in the history
Dev rc bump
  • Loading branch information
fronzbot authored Aug 1, 2020
2 parents b02f631 + b30da66 commit 11d6bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blinkpy/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import os

MAJOR_VERSION = 0
MINOR_VERSION = 17
PATCH_VERSION = "0-rc0"
MINOR_VERSION = 16
PATCH_VERSION = "2-rc0"

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

Expand Down

0 comments on commit 11d6bbb

Please sign in to comment.