Skip to content

Commit

Permalink
chore: bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Mar 19, 2024
1 parent 7250d17 commit 3ca44c2
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 = 5, .patch = 0 };
const version = std.SemanticVersion{ .major = 0, .minor = 6, .patch = 0 };

pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
Expand Down

0 comments on commit 3ca44c2

Please sign in to comment.