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 6e1b77e commit 50c062aCopy full SHA for 50c062a
internal/lsp/debug/info.go
@@ -23,7 +23,7 @@ const (
23
)
24
25
// Version is a manually-updated mechanism for tracking versions.
26
-var Version = "0.4.0"
+var Version = "0.4.1"
27
28
// PrintServerInfo writes HTML debug info to w for the Instance.
29
func (i *Instance) PrintServerInfo(ctx context.Context, w io.Writer) {
0 commit comments