summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw.cpp2
1 files changed, 1 insertions, 1 deletions
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;