From 0d69b7fc982b63bb2eb994f07f916e6c5ea1169f Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 22 Nov 2019 13:09:59 +0100 Subject: [PATCH] Bump version to 7.0.0.6 Add colorpicker to WebUI by Christian Staars (#6984) --- 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 c54ed15d1..d36ae512d 100644 --- a/tasmota/_changelog.ino +++ b/tasmota/_changelog.ino @@ -1,4 +1,7 @@ /*********************************************************************************************\ + * 7.0.0.6 20191122 + * Add colorpicker to WebUI by Christian Staars (#6984) + * * 7.0.0.5 20191118 * Fix boot loop regression * Add command TempOffset -12.6 .. 12.6 to set global temperature sensor offset (#6958) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 50a0ac045..4e674bf6c 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 = 0x07000006; #endif // _TASMOTA_VERSION_H_