Skip to content

Commit

Permalink
chore: bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Dec 8, 2024
1 parent 0245e7d commit 8bc7b5a
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 = 6, .patch = 0 };
const semver_string = "0.6.0";
const semver = std.SemanticVersion{ .major = 0, .minor = 7, .patch = 0 };
const semver_string = "0.7.0";

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

0 comments on commit 8bc7b5a

Please sign in to comment.