diff --git a/library.json b/library.json index 2b83af20..07590e98 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/esphome/esphome-core.git" }, - "version": "1.12.0b1", + "version": "1.12.0b2", "authors": [ { "name": "Otto Winter", diff --git a/library.properties b/library.properties index 133e2c86..5403514d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=esphome-core -version=1.12.0b1 +version=1.12.0b2 author=Otto Winter maintainer=Otto Winter sentence=ESPHome - Reimagining DIY Home Automation. diff --git a/src/esphome/defines.h b/src/esphome/defines.h index 957fb1a6..d2316390 100644 --- a/src/esphome/defines.h +++ b/src/esphome/defines.h @@ -1,7 +1,7 @@ #ifndef ESPHOME_DEFINES_H #define ESPHOME_DEFINES_H -#define ESPHOME_VERSION "1.12.0b1" +#define ESPHOME_VERSION "1.12.0b2" #define HOT __attribute__((hot)) #define ESPDEPRECATED(msg) __attribute__((deprecated(msg)))