From 154c3da9ebf5c207adbc7ead9990e8313bb7576c Mon Sep 17 00:00:00 2001 From: fredlcore Date: Sat, 9 Nov 2024 22:48:18 +0800 Subject: [PATCH] Breaking changes in MQTT --- BSB_LAN/bsb-version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BSB_LAN/bsb-version.h b/BSB_LAN/bsb-version.h index 05f8c34a..c2283dd6 100644 --- a/BSB_LAN/bsb-version.h +++ b/BSB_LAN/bsb-version.h @@ -1,4 +1,4 @@ #define MAJOR "4" #define MINOR "2" -#define PATCH "3" -#define COMPILETIME "20241109213334" +#define PATCH "4" +#define COMPILETIME "20241109224818"