1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-07 08:56:04 +02:00

new build number added

This commit is contained in:
Chris Boesch 2023-02-04 15:06:20 +01:00 committed by GitHub
parent 2f924501c6
commit f1aac142ea
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.1501") catch unreachable;
const needed_version = std.SemanticVersion.parse("0.11.0-dev.1568") catch unreachable;
const Exercise = struct {
/// main_file must have the format key_name.zig.