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 | 37a3db9e1dae8cc41f4bcff0533c3d79d61113cb (patch) | |
tree | 469246c489a386063b6dcab2b1a94ad2582ff7f8 /include | |
parent | f386be73b3d80a705ca157a9e24bf668fb95678b (diff) | |
download | lat-37a3db9e1dae8cc41f4bcff0533c3d79d61113cb.tar.gz lat-37a3db9e1dae8cc41f4bcff0533c3d79d61113cb.zip |
Add auto-pagerv0.13.0
Diffstat (limited to 'include')
-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; |