From 78d8c6991772c9dd171cf7f4f219c434182732b0 Mon Sep 17 00:00:00 2001 From: Andreas Schiffler Date: Fri, 5 Aug 2022 13:47:10 +0200 Subject: [PATCH] update revision --- tools/esp8266/defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/esp8266/defines.h b/tools/esp8266/defines.h index 9283a52e..76035dcb 100644 --- a/tools/esp8266/defines.h +++ b/tools/esp8266/defines.h @@ -20,8 +20,8 @@ // VERSION //------------------------------------- #define VERSION_MAJOR 0 -#define VERSION_MINOR 4 -#define VERSION_PATCH 26 +#define VERSION_MINOR 5 +#define VERSION_PATCH 1 //-------------------------------------