Skip to content

Commit

Permalink
Version bump: v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvd-Znf committed Feb 11, 2024
1 parent 6b77d3f commit 2b8c91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int main(int argc, char *argv[]){
printf("%s",helpstr);
return 0;
} else if(!strcmp(argv[i],"-v") || !strcmp(argv[i],"--version")) {
printf("youtty version: v0.3.5\n");
printf("youtty version: v0.3.6\n");
return 0;
} else if(!strcmp(argv[i],"-k") || !strcmp(argv[i],"--kitty")) {
kitten=true;
Expand Down

0 comments on commit 2b8c91c

Please sign in to comment.