Skip to content

Commit

Permalink
Set driver version to 0.12.8
Browse files Browse the repository at this point in the history
Incompatible changes were made to the machine driver, this will
ensure crc can pick up a machine-driver-hyperkit binary with the right
ABI.
  • Loading branch information
cfergeau authored and praveenkumar committed Sep 28, 2020
1 parent 1201383 commit 7758d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hyperkit/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package hyperkit

const (
DriverName = "hyperkit"
DriverVersion = "0.12.7"
DriverVersion = "0.12.8"

DefaultMemory = 8192
DefaultCPUs = 4
Expand Down

0 comments on commit 7758d8b

Please sign in to comment.