From 06b4dba98a72d1efde90372a5c4238dbc4831431 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Wed, 20 Oct 2021 20:40:26 +0200 Subject: [PATCH] Bump to version 10.0.0.1 --- 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 681869a61..f131a366f 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 = 0x0A000000; +const uint32_t VERSION = 0x0A000001; #endif // _TASMOTA_VERSION_H_