From 18ed6de8d66ff71b587e257e5884ca2d1cab3a9b Mon Sep 17 00:00:00 2001 From: Ivan Belokobylskiy Date: Sun, 4 Feb 2024 23:13:54 +0400 Subject: [PATCH] bump version to 1.1.0 --- src/version_cfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version_cfg.h b/src/version_cfg.h index 4aaea82..49e52af 100644 --- a/src/version_cfg.h +++ b/src/version_cfg.h @@ -41,8 +41,8 @@ #define CHIP_TYPE TLSR_B91 #endif -#define APP_RELEASE 0x10//app release 1.0 -#define APP_BUILD 0x06//app build 06 +#define APP_RELEASE 0x11//app release 1.1 +#define APP_BUILD 0x00//app build 00 #define STACK_RELEASE 0x30//stack release 3.0 #define STACK_BUILD 0x01//stack build 01