From 947c1ebfca92549d6c07733983350557a3061665 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Tue, 6 Oct 2020 17:36: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 0816ea67f..47a5cee45 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 (8) +#define FIRMWARE_VERSION_PATCH (9) /** * To add a new debugging command, increment the last command value used.