From 20b98f02c9661c48dce5ee289c4e690a1beb6c67 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Thu, 10 Mar 2022 21:01:20 +0200 Subject: [PATCH] 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 6a1b541f5..816e96687 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 (2) -#define FIRMWARE_VERSION_PATCH (4) +#define FIRMWARE_VERSION_MINOR (3) +#define FIRMWARE_VERSION_PATCH (0) /** * To add a new debugging command, increment the last command value used.