Skip to content

Commit 17d492b

Browse files
committed
Update Zig documentation (0.11.0)
1 parent 43b664a commit 17d492b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/docs/scrapers/zig.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Zig < UrlScraper
33
self.name = 'Zig'
44
self.type = 'simple'
5-
self.release = '0.10.0'
5+
self.release = '0.11.0'
66
self.base_url = "https://ziglang.org/documentation/#{self.release}/"
77
self.links = {
88
home: 'https://ziglang.org/',
@@ -13,7 +13,8 @@ class Zig < UrlScraper
1313

1414
options[:follow_links] = false
1515
options[:attribution] = <<-HTML
16-
&copy; 2015–2022, Zig contributors
16+
&copy; 2015–2023, Zig contributors<br>
17+
Licensed under the MIT License.
1718
HTML
1819

1920
def get_latest_version(opts)

0 commit comments

Comments
 (0)