Skip to content

Commit

Permalink
chore(release): release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 13, 2023
1 parent 646c3eb commit cd21e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Do this to generate your change history

## Versions

### v2.0.1 (13 July 2023)
* [646c3eb](https://github.com/pact-foundation/pact-go/commit/646c3eb) - fix: don't fail install if musl check fails (Matt Fellows, Thu Jul 13 10:26:53 2023 +1000)

### v2.0.0 (10 July 2023)


Expand Down
2 changes: 1 addition & 1 deletion command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var Version = "v2.0.0"
var Version = "v2.0.1"
var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of Pact Go",
Expand Down

0 comments on commit cd21e78

Please sign in to comment.