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 9df5a47 commit 32d82c0Copy full SHA for 32d82c0
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-pre2"
+var Version = "v0.3.0"
25
26
// PrintServerInfo writes HTML debug info to w for the Instance s.
27
func PrintServerInfo(w io.Writer, s Instance) {
0 commit comments