From 05ab0da4d80b0f039c22a957722cf930f8ee963d Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Wed, 26 Jul 2023 20:26:21 +0800 Subject: [PATCH] update version to 0.6.5 --- src/OneBot/global_defines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OneBot/global_defines.php b/src/OneBot/global_defines.php index 8b6a68a..02d3fd9 100644 --- a/src/OneBot/global_defines.php +++ b/src/OneBot/global_defines.php @@ -13,7 +13,7 @@ use ZM\Logger\ConsoleLogger; const ONEBOT_VERSION = '12'; -const ONEBOT_LIBOB_VERSION = '0.6.4'; +const ONEBOT_LIBOB_VERSION = '0.6.5'; const ONEBOT_JSON = 1; const ONEBOT_MSGPACK = 2;