Skip to content

Commit eeef1c9

Browse files
authored
Update kc.c
1 parent 7e8caee commit eeef1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ main(int argc, char **argv)
202202
p.MODE = "light";
203203
break;
204204
case 'v':
205-
printf("0.0.2\n");
205+
printf("0.0.5\n");
206206
break;
207207
case 'h':
208208
p.errf++;

0 commit comments

Comments
 (0)