Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgbur committed Aug 19, 2023
1 parent 102e853 commit a978848
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.2";
const version = "0.2.3";
const default_delims = " \t\n\r|,;:";
const usage_text: []const u8 =
\\Usage: pc [numbers...] or ... | pc
Expand Down

0 comments on commit a978848

Please sign in to comment.