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

Commit 4e8e6eb

Browse files
committed
update readme and bump version
1 parent bf78d55 commit 4e8e6eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ you can ```vagrant up``` and use ```azure``` provider. For example:
9090

9191
```sh
9292
$ vagrant box add azure https://github.com/azure/vagrant-azure/raw/v2.0/dummy.box --provider azure
93-
$ vagrant plugin install vagrant-azure --plugin-version '2.0.0.pre8'
93+
$ vagrant plugin install vagrant-azure
9494
$ vagrant up --provider=azure
9595
```
9696

lib/vagrant-azure/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
module VagrantPlugins
66
module Azure
7-
VERSION = '2.0.0.pre8'.freeze
7+
VERSION = '2.0.0'.freeze
88
end
99
end

0 commit comments

Comments
 (0)