From 7758d8bb26f6fd537cfa794ae3035a08c1b255f4 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 16 Sep 2020 17:43:09 +0200 Subject: [PATCH] Set driver version to 0.12.8 Incompatible changes were made to the machine driver, this will ensure crc can pick up a machine-driver-hyperkit binary with the right ABI. --- pkg/hyperkit/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/hyperkit/constants.go b/pkg/hyperkit/constants.go index f139d6c..7c6047d 100644 --- a/pkg/hyperkit/constants.go +++ b/pkg/hyperkit/constants.go @@ -2,7 +2,7 @@ package hyperkit const ( DriverName = "hyperkit" - DriverVersion = "0.12.7" + DriverVersion = "0.12.8" DefaultMemory = 8192 DefaultCPUs = 4