From 554846603d9bd6cd876d3c3f3ba31aa16384c78d Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Wed, 10 Jul 2019 12:46:48 -0400 Subject: [PATCH] internal/lsp: update version and go.mod Change-Id: I637085b8866d561b9ac21a6612b3bdad8cf6c99a Reviewed-on: https://go-review.googlesource.com/c/tools/+/185557 Run-TryBot: Rebecca Stambler TryBot-Result: Gobot Gobot Reviewed-by: Ian Cottrell --- gopls/go.mod | 2 +- internal/lsp/debug/info.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gopls/go.mod b/gopls/go.mod index 5fbc4615..6d506314 100644 --- a/gopls/go.mod +++ b/gopls/go.mod @@ -2,6 +2,6 @@ module golang.org/x/tools/gopls go 1.11 -require golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0 +require golang.org/x/tools v0.0.0-20190710153321-831012c29e42 replace golang.org/x/tools => ../ diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go index b6ff2e5a..2e8313f5 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.2" +var Version = "v0.1.3" // This writes the version and environment information to a writer. func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) {