fix: version++

This commit is contained in:
GrKoR
2023-10-12 21:34:11 +03:00
parent b7a794e52b
commit af87ef4aa9

View File

@@ -113,7 +113,7 @@ namespace esphome
static const uint32_t AC_PACKET_TIMEOUT_MIN;
};
const std::string Constants::AC_FIRMWARE_VERSION = "0.2.11";
const std::string Constants::AC_FIRMWARE_VERSION = "0.2.12";
// custom fan modes
const std::string Constants::MUTE = "mute";