diff options
| author | Chinmay Dalal <~chinmay/public-inbox@lists.sr.ht> | 2026-04-03 13:40:21 -0400 |
|---|---|---|
| committer | Chinmay Dalal <~chinmay/public-inbox@lists.sr.ht> | 2026-04-03 13:42:03 -0400 |
| commit | c8a76043077ff031adea6d965c0e237a37bfb625 (patch) | |
| tree | 2a0cd13ea0af8ceeb58645001f1bc5409d13a24a /build.zig | |
| parent | b346b87fb25779f2d9803fae0e378595611f79fb (diff) | |
build(zig): update version
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,13 +8,13 @@ const tests = @import("test/run_tests.zig"); const version = struct { const major = 0; - const minor = 12; + const minor = 13; const patch = 0; const prerelease = "-dev"; const api_level = 14; const api_level_compat = 0; - const api_prerelease = true; + const api_prerelease = false; }; pub const SystemIntegrationOptions = packed struct { |
