diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-19 13:28:06 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-19 13:28:06 -0400 |
commit | c713312b2281787030602e6d1e10d5a65cd2dbce (patch) | |
tree | 451fd848013461ba1da9abf39b9dd2d0817b47c2 /include/arg.h | |
parent | 219075499f0c7307cbf9fb3a6c3561cf6c99aeb0 (diff) | |
download | lat-c713312b2281787030602e6d1e10d5a65cd2dbce.tar.gz lat-c713312b2281787030602e6d1e10d5a65cd2dbce.zip |
Check stdin for binary toov0.10.2
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 3a6fe22..ba47a27 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.10.1" +#define LAT_VERSION "0.10.2" struct config { bool stdin; |