From 8a90e070a88b7fc14c87a00351b9c4a213278419 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 23 Aug 2023 18:50:55 +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 5baac5ba3..3af792c4c 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 (3) +#define FIRMWARE_VERSION_PATCH (4) /** * To add a new debugging command, increment the last command value used.