aboutsummaryrefslogtreecommitdiff
path: root/include/arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arg.h')
-rw-r--r--include/arg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arg.h b/include/arg.h
index dc2e242..ca65e8e 100644
--- a/include/arg.h
+++ b/include/arg.h
@@ -2,13 +2,14 @@
#define ARG_H
#include <stdbool.h>
-#define LAT_VERSION "0.7.3"
+#define LAT_VERSION "0.8.0"
struct config {
bool stdin;
bool process;
bool color;
bool lines;
+ bool force_binary;
bool has_read_stdin;
};