Skip to content

Commit

Permalink
Bump version to v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Feb 26, 2019
1 parent 71cbc9c commit a5d0ecd
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
Expand Up @@ -2,10 +2,10 @@

MAJOR_VERSION = 1
MINOR_VERSION = 11
PATCH_VERSION = '1'
PATCH_VERSION = '2'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
ESPHOME_CORE_VERSION = '1.11.1'
ESPHOME_CORE_VERSION = '1.11.2'

ESP_PLATFORM_ESP32 = 'ESP32'
ESP_PLATFORM_ESP8266 = 'ESP8266'
Expand Down

0 comments on commit a5d0ecd

Please sign in to comment.