Skip to content

Commit

Permalink
internal/lsp/debug: increase gopls version before tagging new version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stamblerre committed Jul 10, 2019
1 parent 7b25e35 commit 831012c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lsp/debug/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 831012c

Please sign in to comment.