diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go index 451f34e1..b6ff2e5a 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.1" +var Version = "v0.1.2" // This writes the version and environment information to a writer. func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) {