Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Jan 25, 2024
1 parent b427c9d commit 97e563f
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
@@ -1,6 +1,6 @@
const std = @import("std");

const bork_version = std.SemanticVersion{ .major = 0, .minor = 3, .patch = 0 };
const bork_version = std.SemanticVersion{ .major = 0, .minor = 4, .patch = 0 };

pub fn build(b: *std.Build) !void {
const target = b.standardTargetOptions(.{});
Expand Down

0 comments on commit 97e563f

Please sign in to comment.