Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jan 5, 2022
1 parent 472ef9b commit 835a2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ls/ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ func (ls *INOLanguageServer) InitializeReqFromIDE(ctx context.Context, logger js
},
ServerInfo: &lsp.InitializeResultServerInfo{
Name: "arduino-language-server",
Version: "0.5.0",
Version: "0.6.0",
},
}
logger.Logf("initialization parameters: %s", string(lsp.EncodeMessage(resp)))
Expand Down

0 comments on commit 835a2f5

Please sign in to comment.