Update tasmota_version.h

This commit is contained in:
Theo Arends 2021-10-13 11:31:39 +02:00
parent f100430125
commit 9482079573

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x09060000;
const uint32_t VERSION = 0x0A000000;
#endif // _TASMOTA_VERSION_H_