fix: version++

This commit is contained in:
GrKoR
2023-10-30 01:05:30 +03:00
parent 90d9a5cfa7
commit 7df8ab3cc2

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.12";
const std::string Constants::AC_FIRMWARE_VERSION = "0.2.13";
// custom fan modes
const std::string Constants::MUTE = "mute";