Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Mar 30, 2018
1 parent 120f784 commit acdfdd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Comparing to Kent's `fa*` utilities, `faops` is:
$ ./faops help
Usage: faops <command> [options] <arguments>
Version: 0.8.8
Version: 0.8.9
Commands:
help print this message
Expand Down
2 changes: 1 addition & 1 deletion faops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ int fa_region(int argc, char *argv[]) {
return 0;
}

char *version = "0.8.8";
char *version = "0.8.9";
char *message =
"\n"
"Usage: faops <command> [options] <arguments>\n"
Expand Down

0 comments on commit acdfdd0

Please sign in to comment.