From f09fd21bd5ba579c4d233a6ec8299c8e24749a30 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Fri, 7 Jun 2019 15:33:52 +0530 Subject: [PATCH] cut v0.12.2 --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index 0917ec5d..05f7ee06 100644 --- a/constants.go +++ b/constants.go @@ -2,7 +2,7 @@ package libvirt const ( DriverName = "libvirt" - DriverVersion = "0.12.1" + DriverVersion = "0.12.2" connectionString = "qemu:///system" dnsmasqLeases = "/var/lib/libvirt/dnsmasq/%s.leases"