Bump version 6.6.0.15

Bump version 6.6.0.15
This commit is contained in:
Theo Arends 2019-10-03 09:58:23 +02:00
parent dceaafa383
commit 913a809242
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
/*********************************************************************************************\
* 6.6.0.15 20191003
*
* 6.6.0.14 20190925
* Change command Tariffx to allow time entries like 23 (hours), 1320 (minutes) or 23:00. NOTE: As this is development branch previous tariffs are lost! (#6488)
* Remove support for define USE_DS18x20_LEGACY and legacy DS18x20 driver (#6486)

View File

@ -20,6 +20,6 @@
#ifndef _SONOFF_VERSION_H_
#define _SONOFF_VERSION_H_
const uint32_t VERSION = 0x0606000E;
const uint32_t VERSION = 0x0606000F;
#endif // _SONOFF_VERSION_H_