diff --git a/build.zig b/build.zig index 68115ed032..07c73f8c9b 100644 --- a/build.zig +++ b/build.zig @@ -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 { diff --git a/build.zig.zon b/build.zig.zon index 6f6351b73c..1b913016fc 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,7 +1,7 @@ .{ .name = .neovim, .fingerprint = 0x66eb090879307a38, - .version = "0.12.0", + .version = "0.13.0", .minimum_zig_version = "0.15.2", .dependencies = .{