all: merge master (ffb862b) into gopls-release-branch.0.10

Merge List:

+ 2022-10-13 ffb862b54 gopls/internal/lsp/cache: remove stray print statement

Change-Id: I220e07c81e4f007d039012ecfe2f7df26be695fc
diff --git a/codereview.cfg b/codereview.cfg
index 3f8b14b..0ea7f1a 100644
--- a/codereview.cfg
+++ b/codereview.cfg
@@ -1 +1,3 @@
 issuerepo: golang/go
+branch: gopls-release-branch.0.10
+parent-branch: master
diff --git a/gopls/internal/lsp/debug/info.go b/gopls/internal/lsp/debug/info.go
index 00752e6..92a54f5 100644
--- a/gopls/internal/lsp/debug/info.go
+++ b/gopls/internal/lsp/debug/info.go
@@ -29,7 +29,7 @@
 )
 
 // Version is a manually-updated mechanism for tracking versions.
-const Version = "master"
+const Version = "v0.10.0"
 
 // ServerVersion is the format used by gopls to report its version to the
 // client. This format is structured so that the client can parse it easily.