From 527f7ccac28a21688c32204a67127dabea1153f0 Mon Sep 17 00:00:00 2001 From: Hugo Machet Date: Sun, 8 Jan 2023 19:37:45 +0100 Subject: [PATCH] build: Bump to 0.2.0 --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index e8c89f1..5969560 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.1.5-dev"; +const version = "0.2.0"; pub fn build(b: *Builder) !void { const target = b.standardTargetOptions(.{}); -- 2.45.2