Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 11, 2013
1 parent 6a5d366 commit 4a6f2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on_sigint(int sig) {
int
main(int argc, char **argv){
command_t cmd;
command_init(&cmd, argv[0], "0.0.1");
command_init(&cmd, argv[0], "0.0.2");
command_parse(&cmd, argc, argv);

// term width for rotation
Expand Down

0 comments on commit 4a6f2ae

Please sign in to comment.