mirror of https://github.com/arendst/Tasmota.git
Merge pull request #13424 from s-hadinger/bump_10_0_0_1
Bump to version 10.0.0.1
This commit is contained in:
commit
2dc7047177
|
@ -20,6 +20,6 @@
|
||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x0A000000;
|
const uint32_t VERSION = 0x0A000001;
|
||||||
|
|
||||||
#endif // _TASMOTA_VERSION_H_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
|
Loading…
Reference in New Issue