From 978479047a14ae0908e249340e14fe8d1afc5d41 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 24 Jan 2023 17:27:22 +0100 Subject: [PATCH] Bump version --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index beb975c..1698c0e 100644 --- a/Config.h +++ b/Config.h @@ -19,7 +19,7 @@ #define CONFIG_H #define MAJ_VERS 0x01 - #define MIN_VERS 0x37 + #define MIN_VERS 0x38 #define PLATFORM_AVR 0x90 #define PLATFORM_ESP32 0x80