diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 17:40:11 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 17:40:11 +0300 |
commit | d2c36b1e225048a5863b5a0c0f07aa75ba4cb3f9 (patch) | |
tree | 3756b66950030b7299b4ec4978104d89b35e0517 | |
parent | 1ff08a8925a439f2fc4e8c2c02a85c0a17505722 (diff) |
[sw] Bump version to 1.2.1.
-rw-r--r-- | sw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |