git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit361745f4f971a2a481eb94c6e7a10cc2b0bfa31d
parenta3220e9326
authorIsaac Freund <[email protected]>
date2026-03-15 14:41
build: bump version to 0.5.0-dev

 build.zig.zon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.zig.zon b/build.zig.zon
index 1d66851..2440f60 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -8,7 +8,7 @@
     // commit that gets tagged.
     // Directly after the tagged commit, the version should be bumped and the
     // "-dev" suffix added.
-    .version = "0.4.0",
+    .version = "0.5.0-dev",
     .paths = .{""},
     .dependencies = .{
         .pixman = .{