Skip to content

Commit

Permalink
Bump version to v1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
glmnet committed Jun 24, 2020
1 parent bf0cce4 commit 51ab0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

MAJOR_VERSION = 1
MINOR_VERSION = 14
PATCH_VERSION = '4'
PATCH_VERSION = '5'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)

Expand Down

0 comments on commit 51ab0f0

Please sign in to comment.