Merge pull request #100 from kalabiyau/master

Bump version to 0.0.13
This commit is contained in:
Dmitry Vasilets 2013-12-12 05:48:53 -08:00
commit e9bc5bf194
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
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.

View File

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