From 17d492b4856499831ff2ec32056f43ab6b55c7bb Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Mon, 9 Oct 2023 21:59:50 +0200 Subject: [PATCH] Update Zig documentation (0.11.0) --- lib/docs/scrapers/zig.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/zig.rb b/lib/docs/scrapers/zig.rb index bcd3d0a9..a4fd556b 100644 --- a/lib/docs/scrapers/zig.rb +++ b/lib/docs/scrapers/zig.rb @@ -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/', @@ -13,7 +13,8 @@ module Docs options[:follow_links] = false options[:attribution] = <<-HTML - © 2015–2022, Zig contributors + © 2015–2023, Zig contributors
+ Licensed under the MIT License. HTML def get_latest_version(opts)