From 6ad2d3b86fb9c8b3ba2fd515ab1fa85096b9fdf3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 25 Sep 2019 14:17:20 +0200 Subject: [PATCH] Bump version 6.6.0.14 Bump version 6.6.0.14 --- sonoff/_changelog.ino | 2 ++ sonoff/sonoff_version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index 36ff5c65c..f7a8ca31a 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,4 +1,6 @@ /*********************************************************************************************\ + * 6.6.0.14 20190925 + * * 6.6.0.13 20190922 * Add command EnergyReset4 x,x to initialize total usage for two tarrifs * Add command EnergyReset5 x,x to initialize total export (or production) for two tarrifs diff --git a/sonoff/sonoff_version.h b/sonoff/sonoff_version.h index 6015685ae..02af08bab 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 = 0x0606000D; +const uint32_t VERSION = 0x0606000E; #endif // _SONOFF_VERSION_H_