Merge pull request #160 from devigned/release-pre3

bump version
This commit is contained in:
David Justice 2017-02-03 09:10:00 -08:00 коммит произвёл GitHub
Родитель 2bc6bb4420 1257519a78
Коммит b7f1ae4d47
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -12,7 +12,7 @@ provider to Vagrant, allowing Vagrant to control and provision machines in Micro
Install the vagrant-azure plugin using the standard Vagrant 1.1+ installation methods. After installing the plugin, you can ```vagrant up``` and use ```azure``` provider. For example:
```sh
& vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre2'
& vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre3'
...
$ vagrant up --provider=azure
...

Просмотреть файл

@ -4,6 +4,6 @@
module VagrantPlugins
module Azure
VERSION = '2.0.0.pre2'.freeze
VERSION = '2.0.0.pre3'.freeze
end
end