From 7c553d65fffcb4057659e3e86e4f6205cc4458f7 Mon Sep 17 00:00:00 2001 From: technyon Date: Sun, 19 Feb 2023 23:46:10 +0100 Subject: [PATCH] change version string --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index bb1d716..7dc0f3c 100644 --- a/Config.h +++ b/Config.h @@ -1,6 +1,6 @@ #pragma once -#define NUKI_HUB_VERSION "8.9-json-3" +#define NUKI_HUB_VERSION "8.9-json-4" #define MQTT_QOS_LEVEL 1 #define MQTT_CLEAN_SESSIONS false \ No newline at end of file