build(zig): update version

This commit is contained in:
Chinmay Dalal
2026-04-03 13:40:21 -04:00
parent b346b87fb2
commit c8a7604307
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {

View File

@@ -1,7 +1,7 @@
.{
.name = .neovim,
.fingerprint = 0x66eb090879307a38,
.version = "0.12.0",
.version = "0.13.0",
.minimum_zig_version = "0.15.2",
.dependencies = .{