Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiStyle authored Jun 21, 2023
1 parent ad692ac commit a55ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/panasonic_ac/esppac.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace esphome {

namespace panasonic_ac {

static const char *const VERSION = "2.3.0";
static const char *const VERSION = "2.4.0";

static const uint8_t BUFFER_SIZE = 128; // The maximum size of a single packet (both receive and transmit)
static const uint8_t READ_TIMEOUT = 20; // The maximum time to wait before considering a packet complete
Expand Down

0 comments on commit a55ed66

Please sign in to comment.