From ccda403500e55f3fcb11da69d5566676f0fe80dc Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 4 Sep 2024 15:24:16 +0200 Subject: [PATCH] misc: Bump firmware version. --- src/omv/common/usbdbg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/omv/common/usbdbg.h b/src/omv/common/usbdbg.h index 9f702ae5a..99458f2c6 100644 --- a/src/omv/common/usbdbg.h +++ b/src/omv/common/usbdbg.h @@ -16,8 +16,8 @@ * */ #define FIRMWARE_VERSION_MAJOR (4) -#define FIRMWARE_VERSION_MINOR (5) -#define FIRMWARE_VERSION_PATCH (9) +#define FIRMWARE_VERSION_MINOR (6) +#define FIRMWARE_VERSION_PATCH (0) /** * To add a new debugging command, increment the last command value used.