Skip to content

Commit d108073

Browse files
committed
Updating next release version to be v5.4.5.
1 parent 3a58ce0 commit d108073

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 4U
20+
#define COMMS_PATCH_VERSION 5U
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)