From 5a73bc075d4a760b913e9ca9fd9af03c03188cb5 Mon Sep 17 00:00:00 2001 From: dima Date: Thu, 4 Dec 2014 11:11:59 +0100 Subject: [PATCH] update version to 0.0.24 --- 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 30ebe13..a173c69 100644 --- a/lib/vagrant-libvirt/version.rb +++ b/lib/vagrant-libvirt/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProviderLibvirt - VERSION = '0.0.23' + VERSION = '0.0.24' end end