Reset version

This commit is contained in:
Theo Arends 2020-07-15 14:35:30 +02:00
parent c66e5a4381
commit 6f52b0f7cc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x08040000;
const uint32_t VERSION = 0x08030106;
// Lowest compatible version
const uint32_t VERSION_COMPATIBLE = 0x07010006;