···41414242```bash
4343$ zig version
4444-0.9.0-dev.137+xxxxxxxxx
4444+0.9.0-dev.1343+xxxxxxxxx
4545```
46464747Clone this repository with Git:
+1-1
build.zig
···88// When changing this version, be sure to also update README.md in two places:
99// 1) Getting Started
1010// 2) Version Changes
1111-const needed_version = std.SemanticVersion.parse("0.9.0-dev.137") catch unreachable;
1111+const needed_version = std.SemanticVersion.parse("0.9.0-dev.1343") catch unreachable;
12121313const Exercise = struct {
1414 /// main_file must have the format key_name.zig.