We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38c8be commit f80dabdCopy full SHA for f80dabd
1 file changed
lib/docs/scrapers/vagrant.rb
@@ -2,7 +2,7 @@ module Docs
2
class Vagrant < UrlScraper
3
self.name = 'Vagrant'
4
self.type = 'vagrant'
5
- self.release = '1.8.6'
+ self.release = '1.9.0'
6
self.base_url = 'https://www.vagrantup.com/docs/'
7
self.root_path = 'index.html'
8
self.links = {
0 commit comments