Skip to content

Commit 201e158

Browse files
authored
Merge pull request #2256 from katrinleinweber/update-zig-to-0.12
Update Zig documentation (0.12.0)
2 parents 6512f29 + a3aefd9 commit 201e158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/zig.rb

Lines changed: 2 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.11.0'
5+
self.release = '0.13.0'
66
self.base_url = "https://ziglang.org/documentation/#{self.release}/"
77
self.links = {
88
home: 'https://ziglang.org/',
@@ -13,7 +13,7 @@ class Zig < UrlScraper
1313

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

0 commit comments

Comments
 (0)