Skip to content

Commit

Permalink
Sync libvirt and hyperkit driver versioning
Browse files Browse the repository at this point in the history
This matches what the hyperkit driver is doing:

« 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 f86bc28 commit 35232ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/libvirt/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package libvirt

const (
DriverName = "libvirt"
DriverVersion = "0.12.15"
DriverVersion = "0.13.0"

connectionString = "qemu:///system"
DefaultNetwork = "crc"
Expand Down

0 comments on commit 35232ab

Please sign in to comment.