From d724d15bfa348c88160ebe4bb23c92bdf5e876d7 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 18 Oct 2019 12:12:31 +0200 Subject: [PATCH] Bump version to 6.6.0.19 --- 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 3f9afcc0e..828c71aa6 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 = 0x06060012; +const uint32_t VERSION = 0x06060013; #endif // _SONOFF_VERSION_H_