diff --git a/build.zig b/build.zig index 9ee4834..69026b3 100644 --- a/build.zig +++ b/build.zig @@ -3,7 +3,7 @@ const std = @import("std"); const VERSION: std.SemanticVersion = .{ .major = 0, .minor = 2, - .patch = 4, + .patch = 5, }; pub fn addTracy(b: *std.Build, step: *std.Build.Step.Compile) !void { diff --git a/build.zig.zon b/build.zig.zon index 8d96a8c..21a10d1 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,7 +1,7 @@ .{ .name = "nkt", .paths = .{""}, - .version = "0.2.4", + .version = "0.2.5", .dependencies = .{ .time = .{ .url = "https://github.com/frmdstryr/zig-datetime/archive/master.tar.gz",