diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-22 15:37:13 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-22 15:37:13 -0400 |
commit | 77c2d0ea4ad366104f082b6670b6af03fc45e497 (patch) | |
tree | 81d5857802675fc70873e47d8b9c8b059c0cc138 | |
parent | d1bbadfbd69b12d107f108773d22c3a80f646829 (diff) | |
download | lat-77c2d0ea4ad366104f082b6670b6af03fc45e497.tar.gz lat-77c2d0ea4ad366104f082b6670b6af03fc45e497.zip |
Bump versionv0.12.0
-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 f21408e..6b20bec 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.11.2" +#define LAT_VERSION "0.12.0" struct config { bool stdin; |