Skip to content

Commit

Permalink
update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrookJeynes committed Jun 9, 2024
1 parent 077db4a commit ba31d99
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
Expand Up @@ -4,7 +4,7 @@ const builtin = @import("builtin");
/// Must match the `minimum_zig_version` in `build.zig.zon`.
const minimum_zig_version = "0.14.0-dev.2+0884a4341";
/// Must match the `version` in `build.zig.zon`.
const version = std.SemanticVersion{ .major = 0, .minor = 3, .patch = 1 };
const version = std.SemanticVersion{ .major = 0, .minor = 3, .patch = 0 };

const Build = blk: {
const current_zig = builtin.zig_version;
Expand Down

0 comments on commit ba31d99

Please sign in to comment.