From 7f019c6fc56cb18da663de72dc2bf28fd4eed549 Mon Sep 17 00:00:00 2001 From: Hugo Machet Date: Sun, 8 Jan 2023 19:47:22 +0100 Subject: [PATCH] build: Bump to 0.3.0-dev --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 5969560..fc9ee9a 100644 --- a/build.zig +++ b/build.zig @@ -12,7 +12,7 @@ const ScanProtocolsStep = @import("deps/zig-wayland/build.zig").ScanProtocolsSte /// 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. -const version = "0.2.0"; +const version = "0.3.0-dev"; pub fn build(b: *Builder) !void { const target = b.standardTargetOptions(.{}); -- 2.45.2