diff --git a/client/lib/include/cc_mqttsn_client/common.h b/client/lib/include/cc_mqttsn_client/common.h index c99e988..d986b84 100644 --- a/client/lib/include/cc_mqttsn_client/common.h +++ b/client/lib/include/cc_mqttsn_client/common.h @@ -26,7 +26,7 @@ extern "C" { /// @brief Patch level of the library /// @ingroup global -#define CC_MQTTSN_CLIENT_PATCH_VERSION 6U +#define CC_MQTTSN_CLIENT_PATCH_VERSION 7U /// @brief Macro to create numeric version as single unsigned number #define CC_MQTTSN_CLIENT_MAKE_VERSION(major_, minor_, patch_) \ diff --git a/gateway/lib/include/cc_mqttsn_gateway/version.h b/gateway/lib/include/cc_mqttsn_gateway/version.h index 149c8e5..c41e95d 100644 --- a/gateway/lib/include/cc_mqttsn_gateway/version.h +++ b/gateway/lib/include/cc_mqttsn_gateway/version.h @@ -17,7 +17,7 @@ #define CC_MQTTSN_GW_MINOR_VERSION 0U /// @brief Patch level of the library -#define CC_MQTTSN_GW_PATCH_VERSION 6U +#define CC_MQTTSN_GW_PATCH_VERSION 7U /// @brief Macro to create numeric version as single unsigned number #define CC_MQTTSN_GW_MAKE_VERSION(major_, minor_, patch_) \