diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 38e0aa06e..c171c0cb1 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x0A010000; +const uint32_t VERSION = 0x0B000000; // 11.0.0.0 #endif // _TASMOTA_VERSION_H_