From b1f0e0d1c0bf76059888a876069dc30771f0afde Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Tue, 10 Oct 2023 15:40:41 +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 3af792c4c..7d51e495b 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 (4) -#define FIRMWARE_VERSION_PATCH (4) +#define FIRMWARE_VERSION_MINOR (5) +#define FIRMWARE_VERSION_PATCH (0) /** * To add a new debugging command, increment the last command value used.