Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjain7 committed Sep 30, 2020
1 parent 89864b2 commit 79272cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/include/parseCmdArgs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Example usage: \n\
//Make sure we get the right command line args
if (cmd.foundOption("version"))
{
std::cerr << "version 1.31\n\n";
std::cerr << "version 1.32\n\n";
exit(0);
}
if (result != ArgvParser::NoParserError)
Expand Down

0 comments on commit 79272cd

Please sign in to comment.