Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #160 from devigned/release-pre3
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
devigned authored Feb 3, 2017
2 parents 2bc6bb4 + 1257519 commit b7f1ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
...
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-azure/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module VagrantPlugins
module Azure
VERSION = '2.0.0.pre2'.freeze
VERSION = '2.0.0.pre3'.freeze
end
end

0 comments on commit b7f1ae4

Please sign in to comment.