From e857c2b9609125331bba9b8951b47b934ea99d39 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 9 Feb 2025 12:18:50 +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 717771ea7..f3136fd0d 100644 --- a/src/omv/common/usbdbg.h +++ b/src/omv/common/usbdbg.h @@ -31,7 +31,7 @@ */ #define FIRMWARE_VERSION_MAJOR (4) #define FIRMWARE_VERSION_MINOR (6) -#define FIRMWARE_VERSION_PATCH (0) +#define FIRMWARE_VERSION_PATCH (20) #define USBDBG_BAUDRATE_SLOW (921600) #define USBDBG_BAUDRATE_FAST (12000000)