From e19913897cc22fc74912d67f20f8a3c7e7465d8b Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 18 Nov 2019 12:37:33 +0100 Subject: [PATCH] Bump version to 7.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 50a0ac045..bb71cb5f2 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 = 0x07000005; +const uint32_t VERSION = 0x07010000; #endif // _TASMOTA_VERSION_H_