Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfryd committed Sep 15, 2022
1 parent e426210 commit 694fa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char **argv)
{
std::ostringstream usage;
usage
<< argv[0] << " 20220914-github" << std::endl
<< argv[0] << " 20220915-github" << std::endl
<< std::endl
<< "Usage: " << argv[0] << " [OPTIONS]... FILE1 FILE2" << std::endl
<< std::endl;
Expand Down

0 comments on commit 694fa6b

Please sign in to comment.