@@ 6,11 6,11 @@ const mem = std.mem;
const ScanProtocolsStep = @import("deps/zig-wayland/build.zig").ScanProtocolsStep;
-/// While a rivercarror release is in development, this string should contain the version in development
+/// While a rivercarro release is in development, this string should contain the version in development
/// 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.1.1";
+const version = "0.1.2-dev";
pub fn build(b: *Builder) !void {
const target = b.standardTargetOptions(.{});