From 2337c35972b8bf3ffda0401e3371ccb02de9733d Mon Sep 17 00:00:00 2001 From: Gerben Meijer Date: Mon, 9 Jan 2017 15:47:31 +0100 Subject: [PATCH] version 0.0.37 --- 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 7462b7c..d7ea50e 100644 --- a/lib/vagrant-libvirt/version.rb +++ b/lib/vagrant-libvirt/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProviderLibvirt - VERSION = '0.0.36'.freeze + VERSION = '0.0.37'.freeze end end