Skip to content

Commit 3db80a1

Browse files
committed
fix: version++
1 parent b7a794e commit 3db80a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/aux_ac/aux_ac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ namespace esphome
113113
static const uint32_t AC_PACKET_TIMEOUT_MIN;
114114
};
115115

116-
const std::string Constants::AC_FIRMWARE_VERSION = "0.2.11";
116+
const std::string Constants::AC_FIRMWARE_VERSION = "0.2.12";
117117

118118
// custom fan modes
119119
const std::string Constants::MUTE = "mute";

0 commit comments

Comments
 (0)