internal/lsp: update version

Change-Id: Ic56ff917846589f12c4c214ea1ac19eac45b187e
Reviewed-on: https://go-review.googlesource.com/c/tools/+/184167
Reviewed-by: Ian Cottrell <iancottrell@google.com>
diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go
index 4ee320f..451f34e 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.0"
+var Version = "v0.1.1"
 
 // This writes the version and environment information to a writer.
 func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) {