From f1999e67d20e2a08923ee0add8f4ced02396db48 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Fri, 13 Mar 2020 18:43:43 +0300 Subject: [sw] Fix git tags. Bump version. --- sw.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw.cpp b/sw.cpp index 1979b14..8aac529 100644 --- a/sw.cpp +++ b/sw.cpp @@ -1,7 +1,7 @@ void build(Solution &s) { - auto &tgbot = s.addLibrary("reo7sp.tgbot", "1.2.1"); - tgbot += Git("https://github.com/reo7sp/tgbot-cpp", "v{M}.{m}"); + auto &tgbot = s.addLibrary("reo7sp.tgbot", "1.2.2"); + tgbot += Git("https://github.com/reo7sp/tgbot-cpp", "v{M}.{m}{po}"); { tgbot += cpp11; -- cgit v1.2.3