From 5254a26145881cba6504bd3a7aac3975e13c13bc Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 7 Feb 2022 15:07:24 +0100 Subject: [PATCH] Prep release --- tasmota/tasmota_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_