From 31deb77826b1990464c12817878d8661b5822551 Mon Sep 17 00:00:00 2001 From: Ivan Belokobylskiy Date: Thu, 9 Nov 2023 11:07:43 +0400 Subject: [PATCH] bump version to 1.0.6 --- src/version_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version_cfg.h b/src/version_cfg.h index de52124..49fe5a3 100644 --- a/src/version_cfg.h +++ b/src/version_cfg.h @@ -42,7 +42,7 @@ #endif #define APP_RELEASE 0x10//app release 1.0 -#define APP_BUILD 0x05//app build 05 +#define APP_BUILD 0x06//app build 06 #define STACK_RELEASE 0x30//stack release 3.0 #define STACK_BUILD 0x01//stack build 01