diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 259095dc3783..2810f33736b9 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,6 @@ ## Unreleased (development) +### 7.1.0.1 20191130 ## Released diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index bb71cb5f2a9b..7484f5bc9210 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x07010000; +const uint32_t VERSION = 0x07010001; #endif // _TASMOTA_VERSION_H_