diff options
| author | Chris Boesch <[email protected]> | 2023-02-19 17:52:16 +0100 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-02-19 17:52:16 +0100 |
| commit | 1d10a062e22858d187d053853b9fa82cda1a8cdc (patch) | |
| tree | 25c5cb7c3f55b462719dcefe532cb5a8a7d5f839 /build.zig | |
| parent | b2de68869ed16a607c00a31d4ea9f140f8a0089e (diff) | |
| download | ziglings-1d10a062e22858d187d053853b9fa82cda1a8cdc.tar.xz ziglings-1d10a062e22858d187d053853b9fa82cda1a8cdc.zip | |
check for dev1650 and some minor polish
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
