We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc92cf commit 4d9f725Copy full SHA for 4d9f725
lib/docs/scrapers/d.rb
@@ -2,7 +2,7 @@ module Docs
2
class D < UrlScraper
3
include MultipleBaseUrls
4
5
- self.release = '2.094.2'
+ self.release = '2.095.1'
6
self.type = 'd'
7
self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
8
self.root_path = 'index.html'
@@ -19,7 +19,7 @@ class D < UrlScraper
19
options[:title] = false
20
21
options[:attribution] = <<-HTML
22
- © 1999–2020 The D Language Foundation<br>
+ © 1999–2021 The D Language Foundation<br>
23
Licensed under the Boost License 1.0.
24
HTML
25
0 commit comments