From cc6f2f7896ef517791edd354aa38ce4122c74f0a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 18 Nov 2019 11:21:48 +0100 Subject: [PATCH] Bump version 7.0.0.5 --- tasmota/_changelog.ino | 3 +++ tasmota/tasmota_version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tasmota/_changelog.ino b/tasmota/_changelog.ino index cbc56312c..52fef550d 100644 --- a/tasmota/_changelog.ino +++ b/tasmota/_changelog.ino @@ -1,4 +1,7 @@ /*********************************************************************************************\ + * 7.0.0.5 20191118 + * Fix boot loop regression + * * 7.0.0.4 20191108 * Add command WifiPower 0 .. 20.5 to set Wifi Output Power which will be default set to 17dBm * Change supported PCF8574 I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 9cd601086..50a0ac045 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 = 0x07000004; +const uint32_t VERSION = 0x07000005; #endif // _TASMOTA_VERSION_H_