Update version for real :-)
This commit is contained in:
parent
0130580427
commit
4b07f1db23
2 changed files with 6 additions and 5 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue