Skip to content

Commit 7e718bf

Browse files
committed
Updating next version to be v5.4.6
1 parent b65d1e7 commit 7e718bf

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
@@ -17,7 +17,7 @@
1717
#define COMMS_MINOR_VERSION 4U
1818

1919
/// @brief Patch level of the library
20-
#define COMMS_PATCH_VERSION 5U
20+
#define COMMS_PATCH_VERSION 6U
2121

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

0 commit comments

Comments
 (0)