Skip to content

Commit 8be1f00

Browse files
committed
Update version to 9.0.
1 parent 1be3aa8 commit 8be1f00

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
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
22

3-
project(TelegramBotApi VERSION 8.3 LANGUAGES CXX)
3+
project(TelegramBotApi VERSION 9.0 LANGUAGES CXX)
44

55
add_subdirectory(td EXCLUDE_FROM_ALL)
66

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

Lines changed: 1 addition & 1 deletion
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.3";
168+
parameters->version_ = "9.0";
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)