From 6d00b14348b96818cd7545a97a4b3938cefbb469 Mon Sep 17 00:00:00 2001 From: llogick <16590917+llogick@users.noreply.github.com> Date: Sat, 8 Mar 2025 23:47:55 -0800 Subject: [PATCH] Tag 0.14.1 --- build.zig | 2 +- build.zig.zon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig b/build.zig index 4b390177..dfd09836 100644 --- a/build.zig +++ b/build.zig @@ -6,7 +6,7 @@ const builtin = @import("builtin"); const proj_version: std.SemanticVersion = .{ .major = 0, .minor = 14, - .patch = 0, + .patch = 1, }; /// Specify the minimum Zig version that is required to compile and test the project: diff --git a/build.zig.zon b/build.zig.zon index 329595a0..5ed3e60d 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,7 +1,7 @@ .{ .name = .zigscient, // Must match the `proj_version` in `build.zig` - .version = "0.14.0", + .version = "0.14.1", // Must match the `minimum_build_zig_version` in `build.zig` .minimum_zig_version = "0.14.0", .dependencies = .{