diff --git a/sdk/src/beacon.cpp b/sdk/src/beacon.cpp index 4ec5a2b..75e8812 100644 --- a/sdk/src/beacon.cpp +++ b/sdk/src/beacon.cpp @@ -22,7 +22,7 @@ #include "config.hpp" #include "utils.hpp" -#define APPD_IOT_SDK_VERSION "4.4.1.0" +#define APPD_IOT_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.1" static beacon_t global_beacon; diff --git a/tests/src/common_test.hpp b/tests/src/common_test.hpp index f977b11..a8ecff0 100644 --- a/tests/src/common_test.hpp +++ b/tests/src/common_test.hpp @@ -23,7 +23,7 @@ #define TEST_EUM_COLLECTOR_URL_APP_KEY_PREFIX "/eumcollector/iot/v1/application/" #define TEST_EUM_COLLECTOR_URL_APP_KEY_SUFFIX "/beacons" #define TEST_EUM_COLLECTOR_URL_ENABLED_SUFFIX "/enabled" -#define TEST_SDK_VERSION "4.4.1.0" +#define TEST_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.1" #define TEST_AGENT_VERSION_KEY "agentVersion"