From c4135967e56c2ee5c7938024a9741f7c764026e5 Mon Sep 17 00:00:00 2001 From: iranl Date: Sat, 11 Jan 2025 09:58:37 +0100 Subject: [PATCH] Set next release to 9.08 --- src/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.h b/src/Config.h index c022004..4aeb310 100644 --- a/src/Config.h +++ b/src/Config.h @@ -2,8 +2,8 @@ #include "sdkconfig.h" -#define NUKI_HUB_VERSION "9.07" -#define NUKI_HUB_VERSION_INT (uint32_t)907 +#define NUKI_HUB_VERSION "9.08" +#define NUKI_HUB_VERSION_INT (uint32_t)908 #define NUKI_HUB_BUILD "unknownbuildnr" #define NUKI_HUB_DATE "2025-01-10"