From d44738f94c9b2df1c5bad737d199c71450f0624a Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 21 Jan 2023 11:58:42 +0200 Subject: [PATCH] misc: Bump firmware version. --- src/omv/common/usbdbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omv/common/usbdbg.h b/src/omv/common/usbdbg.h index 1a8338c6c..0e4fc72cc 100644 --- a/src/omv/common/usbdbg.h +++ b/src/omv/common/usbdbg.h @@ -17,7 +17,7 @@ */ #define FIRMWARE_VERSION_MAJOR (4) #define FIRMWARE_VERSION_MINOR (4) -#define FIRMWARE_VERSION_PATCH (0) +#define FIRMWARE_VERSION_PATCH (1) /** * To add a new debugging command, increment the last command value used.