Skip to content

Commit 2223b4a

Browse files
authored
kfc.c: bump version to 0.1.0
1 parent bc85a82 commit 2223b4a

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
@@ -225,7 +225,7 @@ main(int argc, char **argv)
225225
switch (p.cval)
226226
{
227227
case 'v':
228-
puts("0.0.9");
228+
puts("0.1.0");
229229
break;
230230
case 'h':
231231
print_usage();

0 commit comments

Comments
 (0)