From d2c36b1e225048a5863b5a0c0f07aa75ba4cb3f9 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Fri, 13 Mar 2020 17:40:11 +0300 Subject: [sw] Bump version to 1.2.1. --- sw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.cpp b/sw.cpp index 9f5ef63..050caea 100644 --- a/sw.cpp +++ b/sw.cpp @@ -1,6 +1,6 @@ void build(Solution &s) { - auto &tgbot = s.addLibrary("reo7sp.tgbot", "1.2.0"); + auto &tgbot = s.addLibrary("reo7sp.tgbot", "1.2.1"); tgbot += Git("https://github.com/reo7sp/tgbot-cpp", "v{M}.{m}"); { tgbot += cpp11; -- cgit v1.2.3