Skip to content

Commit

Permalink
Bump version to v1.17.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Mar 22, 2021
1 parent e2e074a commit 6114d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esphome/const.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Constants used by esphome."""

MAJOR_VERSION = 1
MINOR_VERSION = 18
PATCH_VERSION = "0-dev"
MINOR_VERSION = 17
PATCH_VERSION = "0b1"
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"

Expand Down

0 comments on commit 6114d33

Please sign in to comment.