Skip to content

Commit

Permalink
Bump version v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cgbur committed Aug 20, 2023
1 parent ffbc2ff commit 378f05d
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 @@ -16,7 +16,7 @@ pub const EscapeCodes = struct {
pub const erase_line = "\x1b[2K\r";
};

const version = "0.2.3";
const version = "0.2.4";
const default_delims = " \t\n\r|,;:";
const usage_text: []const u8 =
\\Usage: pc [numbers...] or ... | pc
Expand Down

0 comments on commit 378f05d

Please sign in to comment.