Skip to content

Commit 5e146f1

Browse files
committed
Updating next release version to be v5.5.2.
1 parent 64c5517 commit 5e146f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/comms/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define COMMS_MINOR_VERSION 5U
2020

2121
/// @brief Patch level of the library
22-
#define COMMS_PATCH_VERSION 1U
22+
#define COMMS_PATCH_VERSION 2U
2323

2424
/// @brief Macro to create numeric version as single unsigned number
2525
#define COMMS_MAKE_VERSION(major_, minor_, patch_) \

0 commit comments

Comments
 (0)