Skip to content

Commit

Permalink
chore: bump version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Sep 29, 2024
1 parent 950fde8 commit 6245335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6245335

Please sign in to comment.