Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgbur committed Aug 22, 2023
1 parent 9ec98ad commit 24f4168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ArrayList = std.ArrayList;
const ColorConfig = std.io.tty.Config;
const Color = std.io.tty.Color;

const version = "1.2.0";
const version = "1.3.0";
const default_delims = " \t\n\r|,;:";
const usage_text: []const u8 =
\\Usage:
Expand Down

0 comments on commit 24f4168

Please sign in to comment.