From aa7ea05540cc40cda129e2901f48b8865b72286a Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Tue, 12 May 2020 10:05:32 +0100 Subject: [PATCH] Bugfix release 0.1.2 (#1112) Skipping 0.1.1 as accidentally tagged before bumping version --- lib/vagrant-libvirt/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb index 7400db1..dc620f7 100644 --- a/lib/vagrant-libvirt/version.rb +++ b/lib/vagrant-libvirt/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProviderLibvirt - VERSION = '0.1.0'.freeze + VERSION = '0.1.2'.freeze end end