fix: version++

This commit is contained in:
GrKoR
2023-11-09 23:14:13 +03:00
parent 3110c482c9
commit 61cad07acc

View File

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