Skip to content

Update version number to 1.0.1 #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/src/beacon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/common_test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down