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 committed Dec 5, 2024
1 parent 45a813e commit 8dfaed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const builtin = @import("builtin");
const Build = std.Build;

const min_zig_string = "0.13.0";
const semver = std.SemanticVersion{ .major = 0, .minor = 5, .patch = 0 };
const semver_string = "0.5.0";
const semver = std.SemanticVersion{ .major = 0, .minor = 6, .patch = 0 };
const semver_string = "0.6.0";

const CrossTargetInfo = struct {
crossTarget: std.zig.CrossTarget,
Expand Down

0 comments on commit 8dfaed3

Please sign in to comment.