aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-02-04 15:06:20 +0100
committerGitHub <noreply@github.com>2023-02-04 15:06:20 +0100
commit7ed121ee1262276f1be035fa7cbb565bc7a9ecd7 (patch)
tree352fec6948903ab98163d9782e4f31a52e51c02b /build.zig
parent48ee92a9a534a8ead4002d6034656825d9bdb035 (diff)
new build number added
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 be0575c..05c891b 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.1501") catch unreachable;
+const needed_version = std.SemanticVersion.parse("0.11.0-dev.1568") catch unreachable;
const Exercise = struct {
/// main_file must have the format key_name.zig.