mirror of https://github.com/arendst/Tasmota.git
Bump version 7.1.1.1
This commit is contained in:
parent
302f0f6fda
commit
bea001968f
|
@ -1,5 +1,9 @@
|
|||
## Unreleased (development)
|
||||
|
||||
### 7.1.1.1 20191201
|
||||
|
||||
- Version bump
|
||||
|
||||
## Released
|
||||
|
||||
### 7.1.1 20191201
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x07010100;
|
||||
const uint32_t VERSION = 0x07010101;
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue