From 4c22d80c73087cc4e1f1dd93c5d7b2f40729c557 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 25 Oct 2019 13:14:05 +0200 Subject: [PATCH] Bump version to 6.7 --- sonoff/_changelog.ino | 3 +++ sonoff/sonoff_version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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_