diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index 50b784f03..157eba93b 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,4 +1,6 @@ /*********************************************************************************************\ + * 6.6.0.6 20190819 + * * 6.6.0.5 20190816 * Add command WebSensor 0/1 to control display of sensor data in web GUI (#6085) * Change some table locations from RAM to Flash diff --git a/sonoff/sonoff_version.h b/sonoff/sonoff_version.h index 474ae4581..94b9349c2 100644 --- a/sonoff/sonoff_version.h +++ b/sonoff/sonoff_version.h @@ -20,6 +20,6 @@ #ifndef _SONOFF_VERSION_H_ #define _SONOFF_VERSION_H_ -const uint32_t VERSION = 0x06060005; +const uint32_t VERSION = 0x06060006; #endif // _SONOFF_VERSION_H_