aboutsummaryrefslogtreecommitdiff
path: root/include/arg.h
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-17 22:11:59 -0400
committerShav Kinderlehrer <[email protected]>2023-04-17 22:11:59 -0400
commit0247ecc2a1ddbf85cbd5f6912238a5753150341c (patch)
treea7ecad3f4f57f5a81c797b428a3d061fc0e1a685 /include/arg.h
parentb60ecd747be86ae034538b64968c089a3149a4e5 (diff)
downloadlat-0247ecc2a1ddbf85cbd5f6912238a5753150341c.tar.gz
lat-0247ecc2a1ddbf85cbd5f6912238a5753150341c.zip
Fix long args bugv0.9.1
Diffstat (limited to 'include/arg.h')
-rw-r--r--include/arg.h2
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;