Skip to content

Commit

Permalink
Update hyperkit and crc-hyperkit driver binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Jan 7, 2022
1 parent f58f9e2 commit fba9093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/crc/machine/hyperkit/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit fba9093

Please sign in to comment.