Skip to content

Commit

Permalink
chore: bump minimum versions of standalone libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Fellows authored and mefellows committed Feb 17, 2020
1 parent ad9fe09 commit c47a181
Showing 1 changed file with 3 additions and 3 deletions.
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 = ">= 3.1.0, < 4.0.0"
verifierRange = ">= 1.23.0, < 3.0.0"
brokerRange = ">= 1.18.0"
mockServiceRange = ">= 3.5.0, < 4.0.0"
verifierRange = ">= 1.27.1, < 2.0.0"
brokerRange = ">= 1.22.3"
)

var versionMap = map[string]string{
Expand Down

0 comments on commit c47a181

Please sign in to comment.