fix: advertise correct version to client (#16)

This commit is contained in:
Luc Georges 2023-09-15 18:24:14 +02:00 committed by GitHub
parent c869f96060
commit 5378a67ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(