~novakane/rivercarro

2c83990c80fab29e942b783d7194b5cab13f745a — Hugo Machet 6 months ago fa31b6a main
build: Bump to 0.6.0-dev
2 files changed, 2 insertions(+), 2 deletions(-)

M build.zig
M build.zig.zon
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",