Skip to content

Commit

Permalink
Bump version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theseyan committed Aug 14, 2022
1 parent db3d7fe commit 2cf506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.zig
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub fn init(allocator: std.mem.Allocator) anyerror!void {
debug.print("{s}\n{s}\n", .{head, paramsStr});
}
else if (res.args.version) {
debug.print("0.0.1\n", .{});
debug.print("0.0.2\n", .{});
}
else if (res.args.targets) {
debug.print("x86_64-linux\naarch64-linux\nx86_64-macos\naarch64-macos\n", .{});
Expand Down

0 comments on commit 2cf506b

Please sign in to comment.