From bd4a48c3c9a41773cabd66b4fb985e699fb5527f Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Thu, 22 Jun 2023 11:31:46 +0200 Subject: Changed to zig developer version 3747. --- src/compat.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compat.zig b/src/compat.zig index a014b24..951899a 100644 --- a/src/compat.zig +++ b/src/compat.zig @@ -15,7 +15,7 @@ const print = if (@hasDecl(debug, "print")) debug.print else debug.warn; // When changing this version, be sure to also update README.md in two places: // 1) Getting Started // 2) Version Changes -const needed_version_str = "0.11.0-dev.3295"; +const needed_version_str = "0.11.0-dev.3747"; fn isCompatible() bool { if (!@hasDecl(builtin, "zig_version") or !@hasDecl(std, "SemanticVersion")) { -- cgit v1.2.3-70-g09d2