Update website version and bump for dev

This commit is contained in:
Chris Roberts 2016-09-27 17:02:31 -07:00
parent 70d3c1fa2c
commit d92754b7e4
3 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,12 @@
FEATURES:
IMPROVEMENTS:
BUG FIXES:
## 1.8.6 (September 27, 2016)
IMPROVEMENTS:
- Add detection for DragonFly BSD [GH-7701]

View File

@ -1 +1 @@
1.8.6
1.8.7.dev

View File

@ -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