diff --git a/CHANGELOG.md b/CHANGELOG.md index 895c086df..b03e957ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ Do this to generate your change history ## Versions +### v2.0.0-beta.18 (14 March 2023) + + ### v2.0.0-beta.17 (28 November 2022) diff --git a/command/version.go b/command/version.go index 7014c9139..ce084ff33 100644 --- a/command/version.go +++ b/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var Version = "v2.0.0-beta.17" +var Version = "v2.0.0-beta.18" var versionCmd = &cobra.Command{ Use: "version", Short: "Print the version number of Pact Go",