From afd3c64844713ae57f9c5b14f4032d8a985e45e5 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:14:25 +0200 Subject: [PATCH] Bump version to 6.6.0.16 --- sonoff/sonoff_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/sonoff_version.h b/sonoff/sonoff_version.h index 51d92d944..35919fbed 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 = 0x0606000F; +const uint32_t VERSION = 0x06060010; #endif // _SONOFF_VERSION_H_