From cb4476fb5c6a24d1c6f9725169868cdf42089d05 Mon Sep 17 00:00:00 2001 From: Vincent-Dalstra <51883563+Vincent-Dalstra@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:54:07 +0800 Subject: [PATCH] Fix zig version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6fb448..8d2dd16 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Delve Framework -Delve is a simple framework for building games written in Zig using Lua for scripting. Currently targeting `Zig 0.14.x` +Delve is a simple framework for building games written in Zig using Lua for scripting. Currently targeting `Zig 0.15.x` *This is in early development and the api is still coming together, so be warned!*