From 45e7f055ec04dc308e8e8a40689d2a60eaba4689 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 5 Jun 2020 15:49:33 +0200 Subject: [PATCH] Bump firmware version. --- src/omv/usbdbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omv/usbdbg.h b/src/omv/usbdbg.h index 23f13e288..62b2d9cf9 100644 --- a/src/omv/usbdbg.h +++ b/src/omv/usbdbg.h @@ -21,7 +21,7 @@ */ #define FIRMWARE_VERSION_MAJOR (3) #define FIRMWARE_VERSION_MINOR (6) -#define FIRMWARE_VERSION_PATCH (4) +#define FIRMWARE_VERSION_PATCH (5) /** * To add a new debugging command, increment the last command value used.