From 578a205d55237c456c3a5285b500e0cf0299a04e Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 29 Sep 2025 22:46:23 +0200 Subject: [PATCH] docs: update required zig version in README.md closes #292 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf7be9b..bc2e334 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Or check your favorite local system package repository. Make sure your system meets the requirements listed above. -Flow builds with zig 0.14.1 at this time. Build with: +Flow builds with zig 0.15.1 at this time. Build with: ```shell zig build -Doptimize=ReleaseSafe