Skip to content

Commit ee3a14a

Browse files
committed
bump version
1 parent 113075e commit ee3a14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kirc.c

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

197197
while ((cval = getopt(argc, argv, "s:p:o:n:k:c:u:r:w:W:vV")) != -1) {
198198
switch (cval) {
199-
case 'v' : puts("kirc 0.0.2"); break;
199+
case 'v' : puts("kirc 0.0.3"); break;
200200
case 'V' : verb = 1; break;
201201
case 's' : host = optarg; break;
202202
case 'w' : gutl = atoi(optarg); break;

0 commit comments

Comments
 (0)