From 7df8ab3cc29337b84aff456f50cece1f28e97444 Mon Sep 17 00:00:00 2001 From: GrKoR Date: Mon, 30 Oct 2023 01:05:30 +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 2ce51a9..99d4e7f 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.12"; + const std::string Constants::AC_FIRMWARE_VERSION = "0.2.13"; // custom fan modes const std::string Constants::MUTE = "mute";