Skip to content

Commit e99df24

Browse files
committed
Update Zig documentation (0.14.0)
1 parent f52fd64 commit e99df24

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.13.0'
5+
self.release = '0.14.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–2024, Zig contributors<br>
16+
&copy; 2015–2025, Zig contributors<br>
1717
Licensed under the MIT License.
1818
HTML
1919

0 commit comments

Comments
 (0)