diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go index 1cadfdc9c64..0f73a86fd1c 100644 --- a/internal/lsp/debug/info.go +++ b/internal/lsp/debug/info.go @@ -23,7 +23,7 @@ const ( ) // Version is a manually-updated mechanism for tracking versions. -var Version = "0.4.3" +var Version = "0.4.4" // PrintServerInfo writes HTML debug info to w for the Instance. func (i *Instance) PrintServerInfo(ctx context.Context, w io.Writer) {