From 85b207ce3f6d15a5fdcce9d5c02566b69a5600d9 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 7 Feb 2020 23:05:31 +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 44777be38..c4db79003 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 (0) +#define FIRMWARE_VERSION_PATCH (1) /** * To add a new debugging command, increment the last command value used.