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 = "1.1.0";
+const version = "1.2.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 = "zelbar",
- .version = "1.1.0",
+ .version = "1.2.0-dev",
.paths = .{""},
.dependencies = .{
.@"zig-pixman" = .{