Skip to content

Commit 5fb0786

Browse files
committed
fix and bump version
1 parent d9a2e03 commit 5fb0786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kfc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ main(int argc, char **argv) {
186186

187187
while ((cval = getopt(argc, argv, "rlLpvs:" )) != -1) {
188188
switch (cval) {
189-
case 'v': puts("kfc 0.1.2"); break;
189+
case 'v': puts("kfc 0.1.4"); break;
190190
case 'L': mode = "light"; break;
191191
case 'l': lflag++; break;
192192
case 'r': rflag++; break;

0 commit comments

Comments
 (0)