Set next version to 9.10

This commit is contained in:
iranl
2025-03-05 17:09:54 +01:00
committed by GitHub
parent 879b6ab365
commit 9630d64c4a

View File

@@ -2,8 +2,8 @@
#include "sdkconfig.h"
#define NUKI_HUB_VERSION "9.09"
#define NUKI_HUB_VERSION_INT (uint32_t)909
#define NUKI_HUB_VERSION "9.10"
#define NUKI_HUB_VERSION_INT (uint32_t)910
#define NUKI_HUB_BUILD "unknownbuildnr"
#define NUKI_HUB_DATE "2025-03-03"