Skip to content

Commit

Permalink
chore: bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender committed Jul 23, 2024
1 parent f7091a6 commit 09bacfb
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 @@ -6,7 +6,7 @@ const CrossTargetInfo = struct {
name: []const u8,
};
// Semantic version of your application
const version = std.SemanticVersion{ .major = 0, .minor = 4, .patch = 2 };
const version = std.SemanticVersion{ .major = 0, .minor = 4, .patch = 3 };

const min_zig_string = "0.13.0";

Expand Down

0 comments on commit 09bacfb

Please sign in to comment.