Bump version to 7.0.0.6

Add colorpicker to WebUI by Christian Staars (#6984)
This commit is contained in:
Theo Arends 2019-11-22 13:09:59 +01:00
parent eca39bfed1
commit 0d69b7fc98
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
/*********************************************************************************************\ /*********************************************************************************************\
* 7.0.0.6 20191122
* Add colorpicker to WebUI by Christian Staars (#6984)
*
* 7.0.0.5 20191118 * 7.0.0.5 20191118
* Fix boot loop regression * Fix boot loop regression
* Add command TempOffset -12.6 .. 12.6 to set global temperature sensor offset (#6958) * Add command TempOffset -12.6 .. 12.6 to set global temperature sensor offset (#6958)

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_ #ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x07000005; const uint32_t VERSION = 0x07000006;
#endif // _TASMOTA_VERSION_H_ #endif // _TASMOTA_VERSION_H_