From d3bcf8111cab389b1ada45c679bd1da1866a996b Mon Sep 17 00:00:00 2001 From: hndrk <51416554+hendriknielaender@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:53:04 +0200 Subject: [PATCH] chore: bump version to 0.8.0 support zig version 0.12 --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 2b43d4d..274214e 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 = 7, .patch = 1 }; +const version = std.SemanticVersion{ .major = 0, .minor = 8, .patch = 0 }; pub fn build(b: *std.Build) void { const target = b.standardTargetOptions(.{});