diff --git a/build.zig b/build.zig index 6a14522..8f51043 100644 --- a/build.zig +++ b/build.zig @@ -1,7 +1,7 @@ const std = @import("std"); const log = std.log.scoped(.zbench_build); -const version = std.SemanticVersion{ .major = 0, .minor = 5, .patch = 0 }; +const version = std.SemanticVersion{ .major = 0, .minor = 6, .patch = 0 }; pub fn build(b: *std.Build) void { const target = b.standardTargetOptions(.{});