From fba90938508e25588a98c97e344a6705837cad9b Mon Sep 17 00:00:00 2001 From: praveenkumar Date: Fri, 7 Jan 2022 17:37:22 +0530 Subject: [PATCH] Update hyperkit and crc-hyperkit driver binary version --- pkg/crc/machine/hyperkit/constants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/crc/machine/hyperkit/constants.go b/pkg/crc/machine/hyperkit/constants.go index cadc652915..0692e32685 100644 --- a/pkg/crc/machine/hyperkit/constants.go +++ b/pkg/crc/machine/hyperkit/constants.go @@ -6,9 +6,9 @@ import "fmt" const ( MachineDriverCommand = "crc-driver-hyperkit" - MachineDriverVersion = "0.15.0" + MachineDriverVersion = "0.15.1" HyperKitCommand = "hyperkit" - HyperKitVersion = "v0.20200224-44-gb54460" + HyperKitVersion = "v0.20210107-12-gadc4ea" QcowToolCommand = "qcow-tool" QcowToolVersion = "1.0.0" )