From 35af37d4e217763fd15f1caab72e39fe02c72a6a Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Wed, 22 Jan 2020 10:52:10 +1100 Subject: [PATCH] chore: bump minimum versions of standalone libs --- install/installer.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/installer.go b/install/installer.go index 2e044b771..f8d19f16a 100644 --- a/install/installer.go +++ b/install/installer.go @@ -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{