Bump version to 2022.1.0b4

This commit is contained in:
Jesse Hills 2022-01-18 15:49:31 +13:00
parent 869743a742
commit 72d60f30f7

View file

@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "2022.1.0b3"
__version__ = "2022.1.0b4"
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"