Skip to content

Commit

Permalink
Bump version to v1.12.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Mar 13, 2019
1 parent ca44508 commit 596c334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esphome/const.py
Expand Up @@ -2,10 +2,10 @@

MAJOR_VERSION = 1
MINOR_VERSION = 12
PATCH_VERSION = '0-dev'
PATCH_VERSION = '0b1'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
ESPHOME_CORE_VERSION = 'dev'
ESPHOME_CORE_VERSION = '1.12.0b1'

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

0 comments on commit 596c334

Please sign in to comment.