Bump version to 6.7

This commit is contained in:
Theo Arends 2019-10-25 13:14:05 +02:00
parent 0cffc0207f
commit 4c22d80c73
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
/*********************************************************************************************\ /*********************************************************************************************\
* 6.7.0 20191025
* Release
*
* 6.6.0.21 20191022 * 6.6.0.21 20191022
* Remove support for WPS and SmartConfig in favour of Web server (!) based WifiManager (#6680) * Remove support for WPS and SmartConfig in favour of Web server (!) based WifiManager (#6680)
* Remove binary sonoff-classic (#6680) * Remove binary sonoff-classic (#6680)

View File

@ -20,6 +20,6 @@
#ifndef _SONOFF_VERSION_H_ #ifndef _SONOFF_VERSION_H_
#define _SONOFF_VERSION_H_ #define _SONOFF_VERSION_H_
const uint32_t VERSION = 0x06060015; const uint32_t VERSION = 0x06070000;
#endif // _SONOFF_VERSION_H_ #endif // _SONOFF_VERSION_H_