From 0b6fb7532a61e2e47576a581e56b5a6ccece775a Mon Sep 17 00:00:00 2001 From: GrKoR Date: Thu, 24 Nov 2022 12:25:09 +0400 Subject: [PATCH] forgot to increase the project 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 db1acdb..639484b 100644 --- a/components/aux_ac/aux_ac.h +++ b/components/aux_ac/aux_ac.h @@ -62,7 +62,7 @@ class Constants { static const uint32_t AC_STATES_REQUEST_INTERVAL; }; -const std::string Constants::AC_FIRMWARE_VERSION = "0.2.7"; +const std::string Constants::AC_FIRMWARE_VERSION = "0.2.8"; // custom fan modes const std::string Constants::MUTE = "mute";