From 5fe6eb50f55e04bce278860e281eccb6652c703d Mon Sep 17 00:00:00 2001 From: Matheus Martins Date: Sat, 13 Jun 2026 12:40:13 +0200 Subject: [PATCH] ci(release): bump version in server info sent to clients --- src/LspDispatcherFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LspDispatcherFactory.php b/src/LspDispatcherFactory.php index 78e1853..f028ad8 100644 --- a/src/LspDispatcherFactory.php +++ b/src/LspDispatcherFactory.php @@ -376,7 +376,7 @@ public function create(MessageTransmitter $transmitter, InitializeParams $initia new ErrorHandlingMiddleware($this->logger), new InitializeMiddleware($handlers, $eventDispatcher, [ 'name' => 'xphp-lsp', - 'version' => '0.2.0', + 'version' => '0.2.2', ]), new ShutdownMiddleware($eventDispatcher), new ResponseHandlingMiddleware($responseWatcher),