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