Skip to content

Commit

Permalink
v1.7.3 (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekparker committed Nov 17, 2021
1 parent a350aaf commit cba1a52
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: "7", Patch: "2", Metadata: "",
Major: "1", Minor: "7", Patch: "3", Metadata: "",
//TODO(aarzilli): before updating this to 1.8.0 re-enable staticcheck test
Build: "$Id$",
}
Expand Down

0 comments on commit cba1a52

Please sign in to comment.