Skip to content

Commit 1925561

Browse files
authored
bump version from 0.0.1 to 0.0.2
1 parent b2a8fc8 commit 1925561

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
@@ -157,7 +157,7 @@ main(int argc, char **argv) {
157157

158158
while ((cval = getopt(argc, argv, "s:p:n:k:c:u:r:w:W:vV")) != -1) {
159159
switch (cval) {
160-
case 'v' : puts("kirc 0.0.1"); break;
160+
case 'v' : puts("kirc 0.0.2"); break;
161161
case 'V' : verb = 1; break;
162162
case 's' : host = optarg; break;
163163
case 'w' : gutl = atoi(optarg); break;

0 commit comments

Comments
 (0)