Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Dec 13, 2021
1 parent 5664d30 commit c132863
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-beta",
Version: "0.5.0",
},
}
logger.Logf("initialization parameters: %s", string(lsp.EncodeMessage(resp)))
Expand Down

0 comments on commit c132863

Please sign in to comment.