Skip to content

Commit

Permalink
Update Bot API to 6.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Aug 21, 2023
1 parent 3d02519 commit 66a37ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
void build(Solution &s)
{
auto &tgbot = s.addLibrary("tgbot", "1.1.5.6.7");
auto &tgbot = s.addLibrary("tgbot", "1.1.5.6.8");
tgbot += Git("https://github.com/egorpugin/tgbot");

auto &apitool = tgbot.addExecutable("apitool");
Expand Down

0 comments on commit 66a37ad

Please sign in to comment.