We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c11934 commit cc6b580Copy full SHA for cc6b580
gopls/internal/lsp/debug/info.go
@@ -30,7 +30,7 @@ const (
30
)
31
32
// Version is a manually-updated mechanism for tracking versions.
33
-const Version = "v0.13.1"
+const Version = "v0.13.2"
34
35
// ServerVersion is the format used by gopls to report its version to the
36
// client. This format is structured so that the client can parse it easily.
0 commit comments