Skip to content

Commit

Permalink
internal/lsp/debug: update hard-coded version for v0.13.2
Browse files Browse the repository at this point in the history
For golang/go#61926

Change-Id: I84cdfb51421df7ed3a9f96b93b03be4da174e4ea
Reviewed-on: https://go-review.googlesource.com/c/tools/+/518217
Reviewed-by: Peter Weinberger <pjw@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Robert Findley <rfindley@google.com>
  • Loading branch information
findleyr committed Aug 10, 2023
1 parent 3c11934 commit cc6b580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gopls/internal/lsp/debug/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
)

// Version is a manually-updated mechanism for tracking versions.
const Version = "v0.13.1"
const Version = "v0.13.2"

// ServerVersion is the format used by gopls to report its version to the
// client. This format is structured so that the client can parse it easily.
Expand Down

0 comments on commit cc6b580

Please sign in to comment.