From b35fe3554700d564338f9c5776b4d82ab723501b Mon Sep 17 00:00:00 2001 From: bingcool <2437667702@qq.com> Date: Thu, 13 Apr 2023 21:48:52 +0800 Subject: [PATCH] feat:update version --- src/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.php b/src/Constants.php index 1ce251cd..9d36a576 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -45,7 +45,7 @@ defined('MQTT_PROTOCOL_LEVEL3') or define('MQTT_PROTOCOL_LEVEL3', 4); defined('MQTT_PROTOCOL_LEVEL5') or define('MQTT_PROTOCOL_LEVEL5', 5); -defined('SWOOLEFY_VERSION') or define('SWOOLEFY_VERSION', '4.8.4'); +defined('SWOOLEFY_VERSION') or define('SWOOLEFY_VERSION', '4.8.5'); defined('SWOOLEFY_EOF_FLAG') or define('SWOOLEFY_EOF_FLAG', '::'); defined('WORKER_CLI_STOP') or define('WORKER_CLI_STOP','stop');