From 18149f5c17f01118ca6ceaaf9a071daf88d773c7 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 9 Oct 2019 17:38:43 +0200 Subject: [PATCH] Bump version to 6.6.0.17 --- 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 35919fbed..bba6b708c 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 = 0x06060010; +const uint32_t VERSION = 0x06060011; #endif // _SONOFF_VERSION_H_