diff --git a/build.zig.zon b/build.zig.zon index 93fd46a7..65bbaf57 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "bold", - .version = "0.0.4", + .version = "0.1.0", .dependencies = .{ .@"zig-yaml" = .{ diff --git a/src/Options.zig b/src/Options.zig index b4ca7eff..a04c7ca8 100644 --- a/src/Options.zig +++ b/src/Options.zig @@ -93,7 +93,7 @@ const usage = ; const version = - \\bold 0.0.4 (compatible with Apple ld64) + \\bold 0.1.0 (compatible with Apple ld64) ; emit: MachO.Emit,