Skip to content

Commit

Permalink
chore(update): upgrade to 1.65.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed May 22, 2019
1 parent 467dea5 commit ac61f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 cliToolsVersion = "1.52.0"
var cliToolsVersion = "1.65.1"
var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of Pact Go",
Expand Down
6 changes: 3 additions & 3 deletions install/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit ac61f97

Please sign in to comment.