From e3b59e444a9c75f6345ef122fe74e976848ce9c5 Mon Sep 17 00:00:00 2001 From: KalabiYau Date: Thu, 12 Dec 2013 14:46:38 +0100 Subject: [PATCH] Bump version to 0.0.13 --- README.md | 4 ++-- lib/vagrant-libvirt/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6bbdd7..08df1bb 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This is a [Vagrant](http://www.vagrantup.com) 1.3+ plugin that adds an [Libvirt](http://libvirt.org) provider to Vagrant, allowing Vagrant to control and provision machines via Libvirt toolkit. -**Note:** Actual version (0.0.11) is still a development one. Feedback is +**Note:** Actual version (0.0.13) is still a development one. Feedback is welcome and can help a lot :-) -## Features (Version 0.0.11) +## Features (Version 0.0.13) * Controll local Libvirt hypervisors. * Vagrant `up`, `destroy`, `suspend`, `resume`, `halt`, `ssh`, `reload` and `provision` commands. diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb index 27ae50a..9b05a6d 100644 --- a/lib/vagrant-libvirt/version.rb +++ b/lib/vagrant-libvirt/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProviderLibvirt - VERSION = '0.0.12' + VERSION = '0.0.13' end end