From 9c42ed788a27f9e1bf4346d233eac49f6c55d6d1 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Fri, 3 Oct 2025 11:36:58 +0200 Subject: [PATCH] build: bump version to 0.3.14-dev --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 58909d7..3b41557 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,7 +5,7 @@ // When a release is tagged, the "-dev" suffix should be removed for the // commit that gets tagged. Directly after the tagged commit, the version // should be bumped and the "-dev" suffix added. - .version = "0.3.13", + .version = "0.3.14-dev", .paths = .{""}, .dependencies = .{ .pixman = .{