Skip to content

Commit

Permalink
version updated in cmd.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Oct 7, 2024
1 parent 5eac1d8 commit 827d55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const ccdb = @import("ccdb");
const cbor = @import("zbor");
const builtin = @import("builtin");

const VERSION = "0.1.0";
const VERSION = "0.2.0";

var gpa = std.heap.GeneralPurposeAllocator(.{}){};
const allocator = gpa.allocator();
Expand Down

0 comments on commit 827d55b

Please sign in to comment.