Update version for real :-)

This commit is contained in:
Dave Gauer 2021-06-14 10:45:32 -04:00
parent 0130580427
commit 4b07f1db23
2 changed files with 6 additions and 5 deletions

View file

@ -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.