aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-02-19 17:52:16 +0100
committerChris Boesch <[email protected]>2023-02-19 17:52:16 +0100
commit1d10a062e22858d187d053853b9fa82cda1a8cdc (patch)
tree25c5cb7c3f55b462719dcefe532cb5a8a7d5f839 /build.zig
parentb2de68869ed16a607c00a31d4ea9f140f8a0089e (diff)
downloadziglings-1d10a062e22858d187d053853b9fa82cda1a8cdc.tar.xz
ziglings-1d10a062e22858d187d053853b9fa82cda1a8cdc.zip
check for dev1650 and some minor polish
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 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.