From df931950528f28d64d3b32c27062853750ee3c0d Mon Sep 17 00:00:00 2001 From: GrKoR Date: Tue, 10 Jan 2023 17:59:35 +0400 Subject: [PATCH] version number fixed --- 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 3d2e6dd..7b887e1 100644 --- a/components/aux_ac/aux_ac.h +++ b/components/aux_ac/aux_ac.h @@ -66,7 +66,7 @@ class Constants { static const uint32_t AC_STATES_REQUEST_INTERVAL; }; -const std::string Constants::AC_FIRMWARE_VERSION = "0.2.9 dev"; +const std::string Constants::AC_FIRMWARE_VERSION = "0.2.9-dev"; // custom fan modes const std::string Constants::MUTE = "mute";