internal/lsp/debug: increase gopls version before tagging new version
Change-Id: I4273faa26e23dd237078c02439c1bafa2904fcc5 Reviewed-on: https://go-review.googlesource.com/c/tools/+/185348 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
parent
7b25e351ac
commit
831012c29e
|
@ -20,7 +20,7 @@ const (
|
|||
)
|
||||
|
||||
// Version is a manually-updated mechanism for tracking versions.
|
||||
var Version = "v0.1.1"
|
||||
var Version = "v0.1.2"
|
||||
|
||||
// This writes the version and environment information to a writer.
|
||||
func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) {
|
||||
|
|
Loading…
Reference in New Issue