diff options
| author | drglove <[email protected]> | 2024-01-05 08:24:29 +0000 |
|---|---|---|
| committer | drglove <[email protected]> | 2024-01-05 08:24:29 +0000 |
| commit | ba9447d2c64e7d8fd1bb5d57b2d753b17c6dd00b (patch) | |
| tree | 0a42124bf6ed293d92d2e8deb27027395ec79624 | |
| parent | 7a0cbb131f3cb93b6ef93587999bb2dbd1daeabe (diff) | |
| download | ziglings-ba9447d2c64e7d8fd1bb5d57b2d753b17c6dd00b.tar.xz ziglings-ba9447d2c64e7d8fd1bb5d57b2d753b17c6dd00b.zip | |
Bump version to match required changes.
| -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.12.0-dev.1243"; + const required_zig = "0.12.0-dev.2043"; const current_zig = builtin.zig_version; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; if (current_zig.order(min_zig) == .lt) { |
