diff --git a/src/omv/usbdbg.h b/src/omv/usbdbg.h index 53500a037..4246c3b7f 100644 --- a/src/omv/usbdbg.h +++ b/src/omv/usbdbg.h @@ -20,8 +20,8 @@ * the IDE will Not connect if the major version number is different. */ #define FIRMWARE_VERSION_MAJOR (3) -#define FIRMWARE_VERSION_MINOR (7) -#define FIRMWARE_VERSION_PATCH (1) +#define FIRMWARE_VERSION_MINOR (8) +#define FIRMWARE_VERSION_PATCH (0) /** * To add a new debugging command, increment the last command value used.