Merge pull request #13424 from s-hadinger/bump_10_0_0_1

Bump to version 10.0.0.1
This commit is contained in:
s-hadinger 2021-10-20 20:59:32 +02:00 committed by GitHub
commit 2dc7047177
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 = 0x0A000000;
const uint32_t VERSION = 0x0A000001;
#endif // _TASMOTA_VERSION_H_