From 61cad07acc60495c8ce24da5565bf939e6b4e937 Mon Sep 17 00:00:00 2001 From: GrKoR Date: Thu, 9 Nov 2023 23:14:13 +0300 Subject: [PATCH] fix: version++ --- components/aux_ac/aux_ac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aux_ac/aux_ac.h b/components/aux_ac/aux_ac.h index 3494a94..4481fa1 100644 --- a/components/aux_ac/aux_ac.h +++ b/components/aux_ac/aux_ac.h @@ -113,7 +113,7 @@ namespace esphome 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 const std::string Constants::MUTE = "mute";