diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a01c45..41128e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 6.3.1 LANGUAGES CXX) +project(TelegramBotApi VERSION 6.3.2 LANGUAGES CXX) if (POLICY CMP0069) option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.") diff --git a/td b/td index bbe37ee..7eba198 160000 --- a/td +++ b/td @@ -1 +1 @@ -Subproject commit bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0 +Subproject commit 7eba19887ad834fd731b6b07b53c2426fe4beb59 diff --git a/telegram-bot-api/telegram-bot-api.cpp b/telegram-bot-api/telegram-bot-api.cpp index 46bd3b7..a8e0717 100644 --- a/telegram-bot-api/telegram-bot-api.cpp +++ b/telegram-bot-api/telegram-bot-api.cpp @@ -152,7 +152,7 @@ int main(int argc, char *argv[]) { auto start_time = td::Time::now(); auto shared_data = std::make_shared(); auto parameters = std::make_unique(); - parameters->version_ = "6.3.1"; + parameters->version_ = "6.3.2"; parameters->shared_data_ = shared_data; parameters->start_time_ = start_time; auto net_query_stats = td::create_net_query_stats();