diff --git a/src/Choir/globals.php b/src/Choir/globals.php index 975912b..7605777 100644 --- a/src/Choir/globals.php +++ b/src/Choir/globals.php @@ -2,7 +2,7 @@ declare(strict_types=1); -const CHOIR_PSR_HTTP_VERSION = '1.0.1'; +const CHOIR_PSR_HTTP_VERSION = '1.0.2'; // Choir TCP 连接状态 const CHOIR_TCP_INITIAL = 0;