Skip to content

Commit 93ccd2a

Browse files
committed
Update version to 5.6.1.
1 parent d8a00b2 commit 93ccd2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (POLICY CMP0065)
66
cmake_policy(SET CMP0065 NEW)
77
endif()
88

9-
project(TelegramBotApi VERSION 5.6 LANGUAGES CXX)
9+
project(TelegramBotApi VERSION 5.6.1 LANGUAGES CXX)
1010

1111
if (POLICY CMP0069)
1212
option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.")

telegram-bot-api/telegram-bot-api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ int main(int argc, char *argv[]) {
200200
auto start_time = td::Time::now();
201201
auto shared_data = std::make_shared<SharedData>();
202202
auto parameters = std::make_unique<ClientParameters>();
203-
parameters->version_ = "5.6";
203+
parameters->version_ = "5.6.1";
204204
parameters->shared_data_ = shared_data;
205205
parameters->start_time_ = start_time;
206206
auto net_query_stats = td::create_net_query_stats();

0 commit comments

Comments
 (0)