From 5a3f49c698de83cf65718d7c99c60de789cecebe Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sat, 15 May 2021 10:20:22 +0200 Subject: [PATCH] Bump version to 9.4.0.4 --- tasmota/tasmota_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 897dfde36..8ac5280fa 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x09040003; +const uint32_t VERSION = 0x09040004; #endif // _TASMOTA_VERSION_H_