From 51fc01636ba2fc95b47cec90378b4ee2977be64c Mon Sep 17 00:00:00 2001 From: Elliott Barratt Date: Sun, 28 Mar 2021 17:38:32 +0100 Subject: [PATCH] Update savtocsv.c --- savtocsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/savtocsv.c b/savtocsv.c index e30a229..9e5bb68 100644 --- a/savtocsv.c +++ b/savtocsv.c @@ -41,7 +41,7 @@ void parseOpts(int argc, char *argv[]){ printf("%s", ANSI_COLOR_RESET); printf("version "); printf("%s", ANSI_COLOR_YELLOW); - printf("1.9.1 "); + printf("1.9.2 "); printf("%s", ANSI_COLOR_RESET); printf("2021-03-28\n"); exit(0);