From 2b4e8b29401bacabfcb11ab2d1b84c7bcd907a22 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 25 Sep 2023 17:30:54 +0200 Subject: [PATCH] bump app version --- firmware/application/src/app_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/src/app_config.h b/firmware/application/src/app_config.h index a885958f..0d981ad7 100644 --- a/firmware/application/src/app_config.h +++ b/firmware/application/src/app_config.h @@ -2,7 +2,7 @@ // version code, 1byte, max = 0 -> 255 -#define APP_FW_VER_MAJOR 1 +#define APP_FW_VER_MAJOR 2 #define APP_FW_VER_MINOR 0 // Merge major and minor version code to U16 value.