Skip to content

Commit 735e963

Browse files
committed
[gopls-release-branch.0.5] internal/lsp/debug: increment version
Change-Id: I54ab47edc3660c014cc0ea239087c78099c693c5 Reviewed-on: https://go-review.googlesource.com/c/tools/+/272547 Reviewed-by: Rebecca Stambler <[email protected]> Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent be27dec commit 735e963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/lsp/debug/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
)
2323

2424
// Version is a manually-updated mechanism for tracking versions.
25-
var Version = "v0.5.3"
25+
var Version = "v0.5.4"
2626

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

0 commit comments

Comments
 (0)