From 0a82b20911fb208a937b0a00d41fb70dd5da10b0 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 18 Dec 2021 23:50:04 +0200 Subject: [PATCH] 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 c0f171693..33a319bbb 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 (1) -#define FIRMWARE_VERSION_PATCH (4) +#define FIRMWARE_VERSION_PATCH (5) /** * To add a new debugging command, increment the last command value used.