Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
octobanana committed Jan 11, 2019
1 parent 1593081 commit a3eaf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int program_options(Parg& pg);

int program_options(Parg& pg)
{
pg.name("peaclock").version("0.1.1 (11.01.2019)");
pg.name("peaclock").version("0.1.2 (11.01.2019)");
pg.description("A colourful binary clock for the terminal.");
pg.usage("[-v|--version]");
pg.usage("[-h|--help]");
Expand Down

0 comments on commit a3eaf80

Please sign in to comment.