diff options
-rw-r--r-- | sw.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |