From 5c264f0642e215f5cb7e9bc6c5accfea8ae52db3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 5 May 2022 09:41:26 +0200 Subject: [PATCH] Update tasmota_version.h --- 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 51101a782..72db321c3 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 = 0x0B010001; // 11.1.0.2 +const uint32_t VERSION = 0x0B010002; // 11.1.0.2 #endif // _TASMOTA_VERSION_H_