misc: Bump firmware version.

This commit is contained in:
iabdalkader 2023-10-10 15:40:41 +02:00
parent 76628b3719
commit b1f0e0d1c0

View File

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