From 24dfcbaeaa6517824c377374dcdb573da8d68dab Mon Sep 17 00:00:00 2001 From: renerocksai Date: Sun, 30 Mar 2025 21:20:58 +0200 Subject: [PATCH] update README's zig fetch because announceybot was overwhelmed with the superlage release notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d89cd4f..05d6044 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ In your zig project folder (where `build.zig` is located), run: ``` -zig fetch --save "git+https://github.com/zigzap/zap#v0.9.1" +zig fetch --save "git+https://github.com/zigzap/zap#v0.10.0" ```