diff --git a/components/ehmtx/EHMTX.h b/components/ehmtx/EHMTX.h index cccb9d6..3e979f8 100644 --- a/components/ehmtx/EHMTX.h +++ b/components/ehmtx/EHMTX.h @@ -8,7 +8,7 @@ const uint8_t TEXTSCROLLSTART = 8; const uint8_t TEXTSTARTOFFSET = (32 - 8); const uint16_t TICKINTERVAL = 1000; // each 1000ms -static const char *const EHMTX_VERSION = "Version: 2023.1.0"; +static const char *const EHMTX_VERSION = "Version: 2023.2.0"; static const char *const TAG = "EHMTX"; namespace esphome