diff --git a/CHANGELOG.md b/CHANGELOG.md index c5eaa33d4..f6d8597fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ Do this to generate your change history ## Versions +### v2.0.0-beta.22 (08 June 2023) + + ### v2.0.0-beta.21 (06 June 2023) diff --git a/command/version.go b/command/version.go index 1fcc27973..80cc3f204 100644 --- a/command/version.go +++ b/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var Version = "v2.0.0-beta.21" +var Version = "v2.0.0-beta.22" var versionCmd = &cobra.Command{ Use: "version", Short: "Print the version number of Pact Go",