Skip to content

Commit 79272cd

Browse files
committed
release
1 parent 89864b2 commit 79272cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map/include/parseCmdArgs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Example usage: \n\
167167
//Make sure we get the right command line args
168168
if (cmd.foundOption("version"))
169169
{
170-
std::cerr << "version 1.31\n\n";
170+
std::cerr << "version 1.32\n\n";
171171
exit(0);
172172
}
173173
if (result != ArgvParser::NoParserError)

0 commit comments

Comments
 (0)