Skip to content

Commit

Permalink
fix: pact broker is backwards compatible. Fixes pact-foundation#114
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 7, 2019
1 parent 08ca3f3 commit dba4481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Installer struct {
const (
mockServiceRange = ">= 3.1.0, < 4.0.0"
verifierRange = ">= 1.23.0, < 3.0.0"
brokerRange = ">= 1.18.0, < 2.0.0"
brokerRange = ">= 1.18.0"
)

var versionMap = map[string]string{
Expand Down

0 comments on commit dba4481

Please sign in to comment.