Skip to content

Commit

Permalink
*: bump to version 1.20.1 (#3213)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarzilli committed Dec 12, 2022
1 parent a35b902 commit 8e48ad7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

## [1.20.1] 2022-12-12

### Fixed

- Fix executing programs on macOS with most versions of debugserver installed (#3211, @aarzilli)

## [1.20.0] 2022-12-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Expand Up @@ -17,7 +17,7 @@ type Version struct {
var (
// DelveVersion is the current version of Delve.
DelveVersion = Version{
Major: "1", Minor: "20", Patch: "0", Metadata: "",
Major: "1", Minor: "20", Patch: "1", Metadata: "",
Build: "$Id$",
}
)
Expand Down

0 comments on commit 8e48ad7

Please sign in to comment.