Skip to content

Commit

Permalink
chore: bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender committed Nov 27, 2024
1 parent 71e90c5 commit 95d5aa2
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 @@ -5,7 +5,7 @@ const Build = std.Build;

const min_zig_string = "0.13.0";
// Semantic version of your application
const version = std.SemanticVersion{ .major = 0, .minor = 4, .patch = 6 };
const version = std.SemanticVersion{ .major = 0, .minor = 5, .patch = 0 };

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

0 comments on commit 95d5aa2

Please sign in to comment.