From 83004946c74995ed0407bc6371c877d2f121d9b5 Mon Sep 17 00:00:00 2001 From: turtledreams <62231246+turtledreams@users.noreply.github.com> Date: Fri, 14 Apr 2023 23:51:21 +0900 Subject: [PATCH] ver (#116) --- include/countly/constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/countly/constants.hpp b/include/countly/constants.hpp index edb0041..6a373aa 100644 --- a/include/countly/constants.hpp +++ b/include/countly/constants.hpp @@ -13,7 +13,7 @@ #include #define COUNTLY_SDK_NAME "cpp-native-unknown" -#define COUNTLY_SDK_VERSION "22.09.0" +#define COUNTLY_SDK_VERSION "22.09.1" #define COUNTLY_POST_THRESHOLD 2000 #define COUNTLY_KEEPALIVE_INTERVAL 3000 #define COUNTLY_MAX_EVENTS_DEFAULT 200