Update tasmota_version.h

This commit is contained in:
Theo Arends 2022-05-05 09:41:26 +02:00 committed by GitHub
parent cd942fbf0a
commit 5c264f0642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x0B010001; // 11.1.0.2
const uint32_t VERSION = 0x0B010002; // 11.1.0.2
#endif // _TASMOTA_VERSION_H_