diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-15 14:33:47 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-15 14:33:47 +0200 |
| commit | 4746ccc1c89a03fff7c4b35d78dcb57b125c444a (patch) | |
| tree | b545cb66b0ac80c911e84a1aece251e7a4a61415 /build.zig | |
| parent | c6f18ba448089534763055189ed05f019bd4b7b8 (diff) | |
v0.16
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ const print = std.debug.print; // 1) Getting Started // 2) Version Changes comptime { - const required_zig = "0.16.0-dev.2915"; + const required_zig = "0.16.0"; const current_zig = builtin.zig_version; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; if (current_zig.order(min_zig) == .lt) { |
