Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 07c7bea

Browse files
committed
更改适配版本号;
1 parent 8b112b6 commit 07c7bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mirai_bot.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace Cyan
5353
int GetRequiredApiVersionInt() const
5454
{
5555
// mirai-api-http v1.6.5
56-
return 10605;
56+
return 10700;
5757
}
5858

5959
/**
@@ -63,7 +63,7 @@ namespace Cyan
6363
string GetRequiredApiVersion() const
6464
{
6565
// mirai-api-http v1.6.5
66-
return "v1.6.5";
66+
return "v1.7.0";
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)