1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-31 18:20:53 +00:00

Bump version to v1.20.0b4

This commit is contained in:
Jesse Hills 2021-07-20 10:28:23 +12:00
parent 98855e4123
commit 0a82e6e792
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -1,6 +1,6 @@
"""Constants used by esphome.""" """Constants used by esphome."""
__version__ = "1.20.0b3" __version__ = "1.20.0b4"
ESP_PLATFORM_ESP32 = "ESP32" ESP_PLATFORM_ESP32 = "ESP32"
ESP_PLATFORM_ESP8266 = "ESP8266" ESP_PLATFORM_ESP8266 = "ESP8266"