Skip to content

Commit

Permalink
chore: bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Feb 23, 2025
1 parent 8e5018e commit 9550970
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 = 8, .patch = 0 };
const semver_string = "0.8.0";
const semver = std.SemanticVersion{ .major = 0, .minor = 8, .patch = 1 };
const semver_string = "0.8.1";

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

0 comments on commit 9550970

Please sign in to comment.