From d7b5886d80df8c057a266be669ed8de00bed5447 Mon Sep 17 00:00:00 2001 From: bingcool <2437667702@qq.com> Date: Sat, 18 Jan 2025 12:41:18 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aoptimize=20cron=20schedule=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.php b/src/Constants.php index f4cadb55..0ce0b811 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.9.5'); +defined('SWOOLEFY_VERSION') or define('SWOOLEFY_VERSION', '4.9.6'); defined('SWOOLEFY_EOF_FLAG') or define('SWOOLEFY_EOF_FLAG', '::'); defined('WORKER_CLI_START') or define('WORKER_CLI_START', 'start');