We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be27dec commit 735e963Copy full SHA for 735e963
internal/lsp/debug/info.go
@@ -22,7 +22,7 @@ const (
22
)
23
24
// Version is a manually-updated mechanism for tracking versions.
25
-var Version = "v0.5.3"
+var Version = "v0.5.4"
26
27
// ServerVersion is the format used by gopls to report its version to the
28
// client. This format is structured so that the client can parse it easily.
0 commit comments