From 24ee05d15fca6f771c8229c38d96d6008b81c64a Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 19 Jun 2022 20:25:15 +0300 Subject: Update version to 6.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 665263d..76ef36a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (POLICY CMP0065) cmake_policy(SET CMP0065 NEW) endif() -project(TelegramBotApi VERSION 6.0.2 LANGUAGES CXX) +project(TelegramBotApi VERSION 6.1 LANGUAGES CXX) if (POLICY CMP0069) option(TELEGRAM_BOT_API_ENABLE_LTO "Use \"ON\" to enable Link Time Optimization.") -- cgit v1.2.3