Update website version and bump for dev
This commit is contained in:
parent
70d3c1fa2c
commit
d92754b7e4
|
@ -2,6 +2,12 @@
|
|||
|
||||
FEATURES:
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
## 1.8.6 (September 27, 2016)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
- Add detection for DragonFly BSD [GH-7701]
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.8.6
|
||||
1.8.7.dev
|
||||
|
|
|
@ -2,7 +2,7 @@ set :base_url, "https://www.vagrantup.com/"
|
|||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "vagrant"
|
||||
h.version = "1.8.5"
|
||||
h.version = "1.8.6"
|
||||
h.github_slug = "mitchellh/vagrant"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue