Skip to content

Commit

Permalink
chore: bump version 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Nov 12, 2024
1 parent 596d5a2 commit a85c026
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 = 8,
.patch = 9,
};

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.8",
.version = "0.2.9",
.dependencies = .{
.time = .{
.url = "https://github.com/frmdstryr/zig-datetime/archive/master.tar.gz",
Expand Down

0 comments on commit a85c026

Please sign in to comment.