mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 09:00:00 +00:00
Update version for real :-)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user