From a2bcb1e58ed566909e4101a5bdb1bfd23c25170b Mon Sep 17 00:00:00 2001 From: iranl Date: Sun, 24 Nov 2024 14:47:02 +0100 Subject: [PATCH] Set next version to 9.03 --- src/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.h b/src/Config.h index b09e28d..c18099a 100644 --- a/src/Config.h +++ b/src/Config.h @@ -2,7 +2,7 @@ #include "sdkconfig.h" -#define NUKI_HUB_VERSION "9.02" +#define NUKI_HUB_VERSION "9.03" #define NUKI_HUB_BUILD "unknownbuildnr" #define NUKI_HUB_DATE "2024-11-24"