diff --git a/command/version.go b/command/version.go index 75f688d09..b120238d3 100644 --- a/command/version.go +++ b/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var cliToolsVersion = "1.52.0" +var cliToolsVersion = "1.65.1" var versionCmd = &cobra.Command{ Use: "version", Short: "Print the version number of Pact Go", diff --git a/install/installer.go b/install/installer.go index 69bd9c1f4..e6ebaada9 100644 --- a/install/installer.go +++ b/install/installer.go @@ -17,9 +17,9 @@ type Installer struct { } const ( - mockServiceRange = ">= 2.9.8, < 3.0.0" - verifierRange = ">= 1.15.0, < 3.0.0" - brokerRange = ">= 1.16.0, < 2.0.0" + mockServiceRange = ">= 3.1.0, < 4.0.0" + verifierRange = ">= 1.23.0, < 3.0.0" + brokerRange = ">= 1.18.0, < 2.0.0" ) var versionMap = map[string]string{