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

Commit

Permalink
fix version reference for real (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned authored Feb 28, 2017
1 parent 5328328 commit 4a1d68c
Show file tree
Hide file tree
Showing 3 changed files with 3 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.pre5'
& vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre6'
...
$ vagrant up --provider=azure
...
Expand Down
1 change: 1 addition & 0 deletions lib/vagrant-azure/services/azure_resource_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require 'azure_mgmt_compute'
require 'azure_mgmt_network'
require 'azure_mgmt_storage'
require 'vagrant-azure/version'

module VagrantPlugins
module 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.pre5'.freeze
VERSION = '2.0.0.pre6'.freeze
end
end

0 comments on commit 4a1d68c

Please sign in to comment.