Update D documentation (2.081.0)

This commit is contained in:
Thibaut Courouble 2018-07-08 16:44:25 -04:00
parent b88ae596a1
commit 5fc6b03070

View file

@ -2,7 +2,7 @@ module Docs
class D < UrlScraper
include MultipleBaseUrls
self.release = '2.080.0'
self.release = '2.081.0'
self.type = 'd'
self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
self.root_path = 'index.html'