From 8307a9b79d4e6bd6a19adc8441ab832cb5db97d0 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.5 --- 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 1c64c59..de52124 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 0x04//app build 04 +#define APP_BUILD 0x05//app build 05 #define STACK_RELEASE 0x30//stack release 3.0 #define STACK_BUILD 0x01//stack build 01