From 2f827fa5a365ff83b7acb61e0bb6473780db9297 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Sat, 3 Oct 2020 21:14:00 +0100 Subject: [PATCH] Update version for release (#1151) --- 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 dc620f7..9ca56e3 100644 --- a/lib/vagrant-libvirt/version.rb +++ b/lib/vagrant-libvirt/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProviderLibvirt - VERSION = '0.1.2'.freeze + VERSION = '0.2.1'.freeze end end