Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgbur committed Aug 23, 2023
1 parent dbb706e commit 8f490af
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.3.0";
const version = "1.3.1";
const default_delims = " \t\n\r|,;:";
const usage_text: []const u8 =
\\Usage:
Expand Down

0 comments on commit 8f490af

Please sign in to comment.