Skip to content

Commit 407ef92

Browse files
authored
bump version to 0.0.4
1 parent 415482f commit 407ef92

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

181181
while ((cval = getopt(argc, argv, "s:p:o:n:k:c:u:r:w:W:vV")) != -1) {
182182
switch (cval) {
183-
case 'v' : puts("kirc 0.0.3"); return 0;
183+
case 'v' : puts("kirc 0.0.4"); return 0;
184184
case 'V' : verb = 1; break;
185185
case 's' : host = optarg; break;
186186
case 'w' : gutl = atoi(optarg); break;

0 commit comments

Comments
 (0)