From 7644dcc71eda9870fc6f6bf7e607d9ca7aabf0d9 Mon Sep 17 00:00:00 2001 From: Ivan Belokobylskiy Date: Sun, 22 Oct 2023 18:02:26 +0400 Subject: [PATCH] bump version to 1.0.3 --- 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 5c31cbc..c391f37 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 0x02//app build 01 +#define APP_BUILD 0x03//app build 01 #define STACK_RELEASE 0x30//stack release 3.0 #define STACK_BUILD 0x01//stack build 01