diff options
author | Shav Kinderlehrer <[email protected]> | 2023-06-09 13:52:14 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-06-09 13:56:16 -0400 |
commit | 925ba68c3ca97b8d437f95f3b329b50f43238907 (patch) | |
tree | 77938c5d4aa68fb7d06888517f80555b5c475b4b /include/arg.h | |
parent | 1577a74d584bc8ea48aaea2adf137dda936247eb (diff) | |
download | lat-925ba68c3ca97b8d437f95f3b329b50f43238907.tar.gz lat-925ba68c3ca97b8d437f95f3b329b50f43238907.zip |
Add auto-pager
Diffstat (limited to 'include/arg.h')
-rw-r--r-- | include/arg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arg.h b/include/arg.h index 944d002..0e5b389 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.12.4" +#define LAT_VERSION "0.13.0" struct config { bool isstdin; |