Skip to content

Commit a50e6d3

Browse files
committed
Increased SDK version
1 parent 72c8deb commit a50e6d3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
2-
3-
22.09.0
4-
* Fixed a bug where 'mutex' was being locked twice when built with the 'COUNTLY_USE_SQLITE' flag.
1+
22.06.4
2+
* Fixed a bug where the SDK 'mutex' was being locked twice when built with the 'COUNTLY_USE_SQLITE' flag.
53

64
22.06.3
75
* Fixed a bug where empty metrics were sent with session begin request.

include/countly/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "nlohmann/json.hpp"
1414

1515
#define COUNTLY_SDK_NAME "cpp-native-unknown"
16-
#define COUNTLY_SDK_VERSION "22.06.3"
16+
#define COUNTLY_SDK_VERSION "22.06.4"
1717
#define COUNTLY_POST_THRESHOLD 2000
1818
#define COUNTLY_KEEPALIVE_INTERVAL 3000
1919
#define COUNTLY_MAX_EVENTS_DEFAULT 200

0 commit comments

Comments
 (0)