Bump version to 0.0.13

This commit is contained in:
KalabiYau 2013-12-12 14:46:38 +01:00
parent 9ae5fab7a1
commit e3b59e444a
2 changed files with 3 additions and 3 deletions

View File

@ -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 [Libvirt](http://libvirt.org) provider to Vagrant, allowing Vagrant to
control and provision machines via Libvirt toolkit. 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 :-) welcome and can help a lot :-)
## Features (Version 0.0.11) ## Features (Version 0.0.13)
* Controll local Libvirt hypervisors. * Controll local Libvirt hypervisors.
* Vagrant `up`, `destroy`, `suspend`, `resume`, `halt`, `ssh`, `reload` and `provision` commands. * Vagrant `up`, `destroy`, `suspend`, `resume`, `halt`, `ssh`, `reload` and `provision` commands.

View File

@ -1,5 +1,5 @@
module VagrantPlugins module VagrantPlugins
module ProviderLibvirt module ProviderLibvirt
VERSION = '0.0.12' VERSION = '0.0.13'
end end
end end