Skip to content

Commit

Permalink
Update Zig documentation (0.11.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Oct 9, 2023
1 parent 43b664a commit 17d492b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/docs/scrapers/zig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Docs
class Zig < UrlScraper
self.name = 'Zig'
self.type = 'simple'
self.release = '0.10.0'
self.release = '0.11.0'
self.base_url = "https://ziglang.org/documentation/#{self.release}/"
self.links = {
home: 'https://ziglang.org/',
Expand All @@ -13,7 +13,8 @@ class Zig < UrlScraper

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

def get_latest_version(opts)
Expand Down

0 comments on commit 17d492b

Please sign in to comment.