[gopls-release-branch.0.1] internal/lsp/debug: bump version for v0.1.7

Change-Id: I5f56536efb11125cde121748be01712c86836252
Reviewed-on: https://go-review.googlesource.com/c/tools/+/196198
Reviewed-by: Ian Cottrell <iancottrell@google.com>
diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go
index 88ecf81..c9ef4f8 100644
--- a/internal/lsp/debug/info.go
+++ b/internal/lsp/debug/info.go
@@ -20,7 +20,7 @@
 )
 
 // Version is a manually-updated mechanism for tracking versions.
-var Version = "v0.1.6"
+var Version = "v0.1.7"
 
 // This writes the version and environment information to a writer.
 func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) {