misc: Bump firmware version.

This commit is contained in:
iabdalkader 2024-07-20 11:13:43 +03:00
parent 89478be5fb
commit 574fc72c35

View File

@ -17,7 +17,7 @@
*/ */
#define FIRMWARE_VERSION_MAJOR (4) #define FIRMWARE_VERSION_MAJOR (4)
#define FIRMWARE_VERSION_MINOR (5) #define FIRMWARE_VERSION_MINOR (5)
#define FIRMWARE_VERSION_PATCH (6) #define FIRMWARE_VERSION_PATCH (7)
/** /**
* To add a new debugging command, increment the last command value used. * To add a new debugging command, increment the last command value used.