Skip to content

Commit

Permalink
internal/lsp: update version and go.mod
Browse files Browse the repository at this point in the history
Change-Id: I637085b8866d561b9ac21a6612b3bdad8cf6c99a
Reviewed-on: https://go-review.googlesource.com/c/tools/+/185557
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 831012c commit 5548466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gopls/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module golang.org/x/tools/gopls

go 1.11

require golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0
require golang.org/x/tools v0.0.0-20190710153321-831012c29e42

replace golang.org/x/tools => ../
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.2"
var Version = "v0.1.3"

// 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 5548466

Please sign in to comment.