Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/mirai_bot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace Cyan
int GetRequiredApiVersionInt() const
{
// mirai-api-http v1.6.5
return 10703;
return 10704;
}

/**
Expand All @@ -81,7 +81,7 @@ namespace Cyan
string GetRequiredApiVersion() const
{
// mirai-api-http v1.6.5
return "v1.7.3";
return "v1.7.4";
}

/**
Expand Down