From 6fa0b9f478fcdd441c0599254adfcb561d1a64e5 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 13 Jan 2021 22:01:22 +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 9e9a7b159..204e8eb36 100644 --- a/src/omv/common/usbdbg.h +++ b/src/omv/common/usbdbg.h @@ -21,7 +21,7 @@ */ #define FIRMWARE_VERSION_MAJOR (3) #define FIRMWARE_VERSION_MINOR (9) -#define FIRMWARE_VERSION_PATCH (0) +#define FIRMWARE_VERSION_PATCH (1) /** * To add a new debugging command, increment the last command value used.