From d3178ae13fbedf5a343ceee1bd19826f33d9f422 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Tue, 16 Apr 2024 14:03:17 +0200 Subject: [PATCH] build: bump version to 0.3.0 --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index a0995b6..c0d8360 100644 --- a/build.zig +++ b/build.zig @@ -10,7 +10,7 @@ const Scanner = @import("deps/zig-wayland/build.zig").Scanner; /// with the "-dev" suffix. /// 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. -const version = "0.3.0-dev"; +const version = "0.3.0"; pub fn build(b: *Build) !void { const target = b.standardTargetOptions(.{});