From 422e04c447455cebfc3c4875554a04f711a3745f Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sat, 4 May 2024 19:19:07 -0600 Subject: [PATCH] doc: update readme with latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5140e4d..4fe5e19 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ See the [`main.zig`](/src/main.zig) file for the public API of this library. mkdir zig-xtp-test cd zig-xtp-test zig init -zig fetch --save https://github.com/dylibso/xtp-test-zig/archive/v0.0.1.tar.gz +zig fetch --save https://github.com/dylibso/xtp-test-zig/archive/v0.0.2.tar.gz # see the `build.zig` in this repo for examples on how to configure it ```