diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-17 22:11:59 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-17 22:11:59 -0400 |
commit | 0247ecc2a1ddbf85cbd5f6912238a5753150341c (patch) | |
tree | a7ecad3f4f57f5a81c797b428a3d061fc0e1a685 /include | |
parent | b60ecd747be86ae034538b64968c089a3149a4e5 (diff) | |
download | lat-0247ecc2a1ddbf85cbd5f6912238a5753150341c.tar.gz lat-0247ecc2a1ddbf85cbd5f6912238a5753150341c.zip |
Fix long args bugv0.9.1
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 e37a950..cd0a77a 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.8.1" +#define LAT_VERSION "0.9.1" struct config { bool stdin; |