From 21142a8f7ce9c76b4dd1618b228a5ea14581a2f8 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 7 Jan 2026 04:39:16 +0000 Subject: [PATCH] build: bump version to 0.3.15-dev --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index a037511..da4fdfa 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.14", + .version = "0.3.15-dev", .paths = .{""}, .dependencies = .{ .pixman = .{