Skip to content

Commit

Permalink
feat(upgrade): upgrade to 1.54.1 of standalone CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 28, 2018
1 parent 256c2c8 commit ea42258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/installer.go
Expand Up @@ -17,9 +17,9 @@ type Installer struct {
}

const (
mockServiceRange = ">= 2.9.2, < 3.0.0"
mockServiceRange = ">= 2.9.8, < 3.0.0"
verifierRange = ">= 1.15.0, < 3.0.0"
brokerRange = ">= 1.14.0, < 2.0.0"
brokerRange = ">= 1.16.0, < 2.0.0"
)

var versionMap = map[string]string{
Expand Down

0 comments on commit ea42258

Please sign in to comment.