Skip to content

Commit

Permalink
fix: version++
Browse files Browse the repository at this point in the history
  • Loading branch information
GrKoR committed Oct 12, 2023
1 parent b7a794e commit 3db80a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/aux_ac/aux_ac.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace esphome
static const uint32_t AC_PACKET_TIMEOUT_MIN;
};

const std::string Constants::AC_FIRMWARE_VERSION = "0.2.11";
const std::string Constants::AC_FIRMWARE_VERSION = "0.2.12";

// custom fan modes
const std::string Constants::MUTE = "mute";
Expand Down

0 comments on commit 3db80a1

Please sign in to comment.