From 1ec19779b711e3c424f27825df1301911c341039 Mon Sep 17 00:00:00 2001 From: cyanray Date: Sun, 23 Aug 2020 16:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E9=80=82=E9=85=8D?= =?UTF-8?q?=E7=9A=84=20mirai-http=20=E7=89=88=E6=9C=AC=E5=8F=B7=E4=B8=BA1.?= =?UTF-8?q?7.4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/mirai_bot.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mirai_bot.hpp b/include/mirai_bot.hpp index 7c79e64..45f47c1 100644 --- a/include/mirai_bot.hpp +++ b/include/mirai_bot.hpp @@ -71,7 +71,7 @@ namespace Cyan int GetRequiredApiVersionInt() const { // mirai-api-http v1.6.5 - return 10703; + return 10704; } /** @@ -81,7 +81,7 @@ namespace Cyan string GetRequiredApiVersion() const { // mirai-api-http v1.6.5 - return "v1.7.3"; + return "v1.7.4"; } /**