From 1d10a062e22858d187d053853b9fa82cda1a8cdc Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 19 Feb 2023 17:52:16 +0100 Subject: check for dev1650 and some minor polish --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 785cceb..bca0bdf 100644 --- a/build.zig +++ b/build.zig @@ -8,7 +8,7 @@ const print = std.debug.print; // When changing this version, be sure to also update README.md in two places: // 1) Getting Started // 2) Version Changes -const needed_version = std.SemanticVersion.parse("0.11.0-dev.1638") catch unreachable; +const needed_version = std.SemanticVersion.parse("0.11.0-dev.1650") catch unreachable; const Exercise = struct { /// main_file must have the format key_name.zig. -- cgit v1.2.3