From 3847bc247a50f01a9325bae59b9ae40db4dc6126 Mon Sep 17 00:00:00 2001 From: utox39 Date: Wed, 15 Oct 2025 21:39:58 +0200 Subject: [PATCH] build: bump version to 0.24.2 --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 613ec3b..daf5072 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -10,7 +10,7 @@ // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. - .version = "0.24.1", + .version = "0.24.2", // Together with name, this represents a globally unique package // identifier. This field is generated by the Zig toolchain when the