Browse Source

Update Zig documentation (0.15.2)

Simon Legner 1 month ago
parent
commit
4a23f5e3d6
1 changed files with 1 additions and 1 deletions
  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.14.0'
+    self.release = '0.15.2'
     self.base_url = "https://ziglang.org/documentation/#{self.release}/"
     self.links = {
       home: 'https://ziglang.org/',