diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go index 4ee320fc..451f34e1 100644 --- a/internal/lsp/debug/info.go +++ b/internal/lsp/debug/info.go @@ -20,7 +20,7 @@ const ( ) // Version is a manually-updated mechanism for tracking versions. -var Version = "v0.1.0" +var Version = "v0.1.1" // This writes the version and environment information to a writer. func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) {