Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-dolzhenko committed Dec 17, 2020
1 parent ab4d98e commit 5568aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reviewer/app/REViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ optional<WorkflowArguments> getCommandLineArguments(int argc, char** argv)

if (argumentMap.count("version"))
{
std::cerr << "TRViz v0.0.1" << std::endl;
std::cerr << "REViewer v0.1.0" << std::endl;
return boost::none;
}

Expand Down

0 comments on commit 5568aca

Please sign in to comment.