Skip to content

Commit

Permalink
feat(upgrade): upgrade to latest CLI tools 1.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 13, 2018
1 parent 9059d31 commit 2635dd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
]
}
}
},
"metaData": {
"Content-Type": "application/json; charset=utf-8"
}
},
{
Expand Down Expand Up @@ -91,6 +94,9 @@
]
}
}
},
"metaData": {
"Content-Type": "application/json; charset=utf-8"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions install/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ type Installer struct {
}

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

Expand Down

0 comments on commit 2635dd0

Please sign in to comment.