From 4e148000befa48f138575406cbf9a9dcf5c26502 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 24 Dec 2023 21:19:56 +0100 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 6bdb72543..49c09e51a 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 (5) -#define FIRMWARE_VERSION_PATCH (2) +#define FIRMWARE_VERSION_PATCH (3) /** * To add a new debugging command, increment the last command value used.