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 c90f89f commit 8f16946Copy full SHA for 8f16946
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 = "0.2.0"
+var Version = "0.2.2"
25
26
// This writes the version and environment information to a writer.
27
func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) {
0 commit comments