summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:40:11 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:40:11 +0300
commitd2c36b1e225048a5863b5a0c0f07aa75ba4cb3f9 (patch)
tree3756b66950030b7299b4ec4978104d89b35e0517
parent1ff08a8925a439f2fc4e8c2c02a85c0a17505722 (diff)
[sw] Bump version to 1.2.1.
-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;