Explorar o código

Update Zig documentation (0.13.0)

Simon Legner hai 1 ano
pai
achega
a3aefd95da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/docs/scrapers/zig.rb

+ 1 - 1
lib/docs/scrapers/zig.rb

@@ -2,7 +2,7 @@ module Docs
   class Zig < UrlScraper
     self.name = 'Zig'
     self.type = 'simple'
-    self.release = '0.12.0'
+    self.release = '0.13.0'
     self.base_url = "https://ziglang.org/documentation/#{self.release}/"
     self.links = {
       home: 'https://ziglang.org/',