浏览代码

Update Zig documentation (0.11.0)

Simon Legner 2 年之前
父节点
当前提交
17d492b485
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      lib/docs/scrapers/zig.rb

+ 3 - 2
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
-      &copy; 2015–2022, Zig contributors
+      &copy; 2015–2023, Zig contributors<br>
+      Licensed under the MIT License.
     HTML
 
     def get_latest_version(opts)