Skip to content

Commit

Permalink
chore: Updated version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed May 16, 2024
1 parent 6de7ff4 commit d85ebb2
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 @@ -111,7 +111,7 @@ pub fn build(b: *Build) !void {
var build_options = BuzzBuildOptions{
.target = target,
// Version is latest tag or empty string
.version = std.SemanticVersion{ .major = 0, .minor = 4, .patch = 0 },
.version = std.SemanticVersion{ .major = 0, .minor = 5, .patch = 0 },
// Current commit sha
.sha = std.posix.getenv("GIT_SHA") orelse
std.posix.getenv("GITHUB_SHA") orelse std.mem.trim(
Expand Down

0 comments on commit d85ebb2

Please sign in to comment.