Skip to content

Commit

Permalink
chore: bump version to 0.8.0
Browse files Browse the repository at this point in the history
support zig version 0.12
  • Loading branch information
hendriknielaender authored Apr 25, 2024
1 parent 75a92bd commit d3bcf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
@@ -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(.{});
Expand Down

0 comments on commit d3bcf81

Please sign in to comment.