diff --git a/lib/docs/scrapers/zig.rb b/lib/docs/scrapers/zig.rb
index a4fd556b..bc2a1293 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.11.0'
+ self.release = '0.12.0'
self.base_url = "https://ziglang.org/documentation/#{self.release}/"
self.links = {
home: 'https://ziglang.org/',
@@ -13,7 +13,7 @@ module Docs
options[:follow_links] = false
options[:attribution] = <<-HTML
- © 2015–2023, Zig contributors
+ © 2015–2024, Zig contributors
Licensed under the MIT License.
HTML