From e1686b50de6b662802c5a28b2c4e5a5949b06c87 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Tue, 31 Mar 2020 00:49:18 +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 c4db79003..0aa8d714b 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 (1) +#define FIRMWARE_VERSION_PATCH (2) /** * To add a new debugging command, increment the last command value used.