From 5378a67ce827a34cfacbf3e37059e2748d7eea41 Mon Sep 17 00:00:00 2001 From: Luc Georges Date: Fri, 15 Sep 2023 18:24:14 +0200 Subject: [PATCH] fix: advertise correct version to client (#16) --- crates/llm-ls/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/llm-ls/src/main.rs b/crates/llm-ls/src/main.rs index d2c002e..73f33ad 100644 --- a/crates/llm-ls/src/main.rs +++ b/crates/llm-ls/src/main.rs @@ -391,7 +391,7 @@ impl LanguageServer for Backend { Ok(InitializeResult { server_info: Some(ServerInfo { name: "llm-ls".to_owned(), - version: Some("0.0.2".to_owned()), + version: Some("0.0.3".to_owned()), }), capabilities: ServerCapabilities { text_document_sync: Some(TextDocumentSyncCapability::Kind(