Skip to content

Commit 3e9db0d

Browse files
committed
Update version to 8.3.
1 parent 8a6ade8 commit 3e9db0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
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 8.2 LANGUAGES CXX)
9+
project(TelegramBotApi VERSION 8.3 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ int main(int argc, char *argv[]) {
165165
auto start_time = td::Time::now();
166166
auto shared_data = std::make_shared<SharedData>();
167167
auto parameters = std::make_unique<ClientParameters>();
168-
parameters->version_ = "8.2";
168+
parameters->version_ = "8.3";
169169
parameters->shared_data_ = shared_data;
170170
parameters->start_time_ = start_time;
171171
auto net_query_stats = td::create_net_query_stats();

0 commit comments

Comments
 (0)