Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Oct 10, 2022
1 parent 6589758 commit 6aec1ed
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.1",
Version: "0.7.2",
},
}
logger.Logf("initialization parameters: %s", string(lsp.EncodeMessage(resp)))
Expand Down

0 comments on commit 6aec1ed

Please sign in to comment.