Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jul 15, 2022
1 parent dd92dd7 commit 25afeae
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 @@ -356,7 +356,7 @@ func (ls *INOLanguageServer) InitializeReqFromIDE(ctx context.Context, logger js
},
ServerInfo: &lsp.InitializeResultServerInfo{
Name: "arduino-language-server",
Version: "0.7.0",
Version: "0.7.1",
},
}
logger.Logf("initialization parameters: %s", string(lsp.EncodeMessage(resp)))
Expand Down

0 comments on commit 25afeae

Please sign in to comment.