Skip to content

Commit

Permalink
Set machine driver version to 0.13.0
Browse files Browse the repository at this point in the history
The change no longer starting the VM after create is
non-backwards-compatible, that's a good opportunity to switch
to 0.13 for our versioning.
  • Loading branch information
cfergeau authored and anjannath committed Apr 5, 2021
1 parent b93f89d commit 6e1f0ce
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.14"
DriverVersion = "0.13.0"

DefaultMemory = 8192
DefaultCPUs = 4
Expand Down

0 comments on commit 6e1f0ce

Please sign in to comment.