[gopls-release-branch.0.3] all: merge master into gopls-release-branch.0.3

In preparation for gopls/v0.3.3.

Change-Id: Ie25b15b914c7f11c685b068ef1b0b8786e299c92
diff --git a/gopls/go.mod b/gopls/go.mod
index f80b70e..1cf9b16 100644
--- a/gopls/go.mod
+++ b/gopls/go.mod
@@ -5,7 +5,7 @@
 require (
 	github.com/sergi/go-diff v1.0.0
 	github.com/stretchr/testify v1.4.0 // indirect
-	golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d
+	golang.org/x/tools v0.0.0-20200212213342-7a21e308cf6c
 	honnef.co/go/tools v0.0.1-2020.1.3
 	mvdan.cc/xurls/v2 v2.1.0
 )
diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go
index 5890396..b3cecb5 100644
--- a/internal/lsp/debug/info.go
+++ b/internal/lsp/debug/info.go
@@ -21,7 +21,7 @@
 )
 
 // Version is a manually-updated mechanism for tracking versions.
-var Version = "master"
+var Version = "v0.3.2"
 
 // PrintServerInfo writes HTML debug info to w for the Instance.
 func (i *Instance) PrintServerInfo(w io.Writer) {