From 831012c29e4263b1e52a997b731201ee7d86c76a Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Tue, 9 Jul 2019 17:53:04 -0400 Subject: [PATCH] internal/lsp/debug: increase gopls version before tagging new version Change-Id: I4273faa26e23dd237078c02439c1bafa2904fcc5 Reviewed-on: https://go-review.googlesource.com/c/tools/+/185348 Run-TryBot: Rebecca Stambler TryBot-Result: Gobot Gobot Reviewed-by: Ian Cottrell --- internal/lsp/debug/info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go index 451f34e176..b6ff2e5ac3 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) {