diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-06-14 10:45:32 -0400 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-06-14 10:45:32 -0400 |
| commit | 67ebfc7a95b6569159c6b571718870364dbe8726 (patch) | |
| tree | 6e58613d048480a66faf9da4f5c084adfd018328 /build.zig | |
| parent | b5c13537a0e8fdd3634521521e4f43c02950fe41 (diff) | |
Update version for real :-)
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,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.8.0-dev.1983") catch unreachable; +const needed_version = std.SemanticVersion.parse("0.9.0-dev.137") catch unreachable; const Exercise = struct { /// main_file must have the format key_name.zig. |
