Skip to content

Commit 4d9f725

Browse files
author
RUSshy
authored
Update D to latest version
1 parent 2bc92cf commit 4d9f725

File tree

1 file changed

+2
-2
lines changed
  • lib/docs/scrapers

1 file changed

+2
-2
lines changed

lib/docs/scrapers/d.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class D < UrlScraper
33
include MultipleBaseUrls
44

5-
self.release = '2.094.2'
5+
self.release = '2.095.1'
66
self.type = 'd'
77
self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
88
self.root_path = 'index.html'
@@ -19,7 +19,7 @@ class D < UrlScraper
1919
options[:title] = false
2020

2121
options[:attribution] = <<-HTML
22-
&copy; 1999&ndash;2020 The D Language Foundation<br>
22+
&copy; 1999&ndash;2021 The D Language Foundation<br>
2323
Licensed under the Boost License 1.0.
2424
HTML
2525

0 commit comments

Comments
 (0)