From 9482079573a2f2710dae50d713c6555ff359f000 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 13 Oct 2021 11:31:39 +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 bc778cd98..681869a61 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 = 0x09060000; +const uint32_t VERSION = 0x0A000000; #endif // _TASMOTA_VERSION_H_