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 4cc26a0 commit 34c6799Copy full SHA for 34c6799
internal/lsp/debug/info.go
@@ -21,7 +21,7 @@ const (
21
)
22
23
// Version is a manually-updated mechanism for tracking versions.
24
-var Version = "v0.3.0"
+var Version = "v0.3.1"
25
26
// PrintServerInfo writes HTML debug info to w for the Instance s.
27
func PrintServerInfo(w io.Writer, s Instance) {
0 commit comments