diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 18:43:43 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 18:43:43 +0300 |
commit | f1999e67d20e2a08923ee0add8f4ced02396db48 (patch) | |
tree | 40dd0479ee0adc1cff16b85feab4b98a7a56a166 /sw.cpp | |
parent | c2f04d603807304a24268cd311ec899a90a399ff (diff) |
[sw] Fix git tags. Bump version.
Diffstat (limited to 'sw.cpp')
-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; |