diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index 1c37b3664..b964b449d 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,4 +1,7 @@ /*********************************************************************************************\ + * 6.7.0 20191025 + * Release + * * 6.6.0.21 20191022 * Remove support for WPS and SmartConfig in favour of Web server (!) based WifiManager (#6680) * Remove binary sonoff-classic (#6680) diff --git a/sonoff/sonoff_version.h b/sonoff/sonoff_version.h index 22e12ed7b..1731d80a5 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 = 0x06060015; +const uint32_t VERSION = 0x06070000; #endif // _SONOFF_VERSION_H_