M build.zig => build.zig +1 -1
@@ 10,7 10,7 @@ const Scanner = @import("zig-wayland").Scanner;
/// 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.5.0";
+const version = "0.6.0-dev";
pub fn build(b: *std.Build) !void {
const target = b.standardTargetOptions(.{});
M build.zig.zon => build.zig.zon +1 -1
@@ 1,6 1,6 @@
.{
.name = "rivercarro",
- .version = "0.5.0",
+ .version = "0.6.0-dev",
.dependencies = .{
.@"zig-wayland" = .{
.url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.2.0.tar.gz",