Skip to content

Commit

Permalink
chore(release): release v2.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 15, 2022
1 parent f7b5e05 commit f5a52c9
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.0-beta.15 (16 November 2022)


### v2.0.0-beta.14 (28 June 2022)

* [53fb79f](https://github.com/pact-foundation/pact-go/commit/53fb79f) Matt Fellows: refactor: more type name improvements/consistency/cleanup
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-beta.14"
var Version = "v2.0.0-beta.15"
var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of Pact Go",
Expand Down

0 comments on commit f5a52c9

Please sign in to comment.