Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Apr 9, 2018
1 parent 94d1816 commit 0a2258e
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.9
Version: 0.8.10
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.9";
char *version = "0.8.10";
char *message =
"\n"
"Usage: faops <command> [options] <arguments>\n"
Expand Down

0 comments on commit 0a2258e

Please sign in to comment.