aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2022-09-06 08:28:31 -0400
committerDave Gauer <dave@ratfactor.com>2022-09-06 08:28:31 -0400
commitf59e07b3039f6376ab3eab37fcb4dcbf43ac54da (patch)
treef95469efca192fd493910408738c649a6bc777ae /build.zig
parent9d0c2dd0a8e97c161a3655856d4cf231e8a6256c (diff)
Bump version for Ex 074 fix from upstream :-)
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 95c292b..05d2521 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.10.0-dev.3685") catch unreachable;
+const needed_version = std.SemanticVersion.parse("0.10.0-dev.3880") catch unreachable;
const Exercise = struct {
/// main_file must have the format key_name.zig.