Skip to content

Commit

Permalink
v1.8.3 (go-delve#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekparker authored Apr 26, 2022
1 parent 4a91946 commit 4009153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Version struct {
var (
// DelveVersion is the current version of Delve.
DelveVersion = Version{
Major: "1", Minor: "8", Patch: "2", Metadata: "",
Major: "1", Minor: "8", Patch: "3", Metadata: "",
//TODO(aarzilli): before updating this to 1.8.0 re-enable staticcheck test
Build: "$Id$",
}
Expand Down

0 comments on commit 4009153

Please sign in to comment.