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(