From 5530d0f233f086db03f956f3d178e889f36bc722 Mon Sep 17 00:00:00 2001 From: dima Date: Fri, 28 Apr 2017 13:12:53 +0200 Subject: [PATCH] 0.0.38 --- 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 d7ea50e..0eafb31 100644 --- a/lib/vagrant-libvirt/version.rb +++ b/lib/vagrant-libvirt/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProviderLibvirt - VERSION = '0.0.37'.freeze + VERSION = '0.0.38'.freeze end end