From 66a37add2e4326819c9858294405f2bcb4f3e2ba Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Mon, 21 Aug 2023 15:43:27 +0300 Subject: [PATCH] Update Bot API to 6.8. --- sw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.cpp b/sw.cpp index 3535f52..1dc8be4 100644 --- a/sw.cpp +++ b/sw.cpp @@ -1,6 +1,6 @@ void build(Solution &s) { - auto &tgbot = s.addLibrary("tgbot", "1.1.5.6.7"); + auto &tgbot = s.addLibrary("tgbot", "1.1.5.6.8"); tgbot += Git("https://github.com/egorpugin/tgbot"); auto &apitool = tgbot.addExecutable("apitool");