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 Aug 11, 2021
1 parent 86e5f61 commit d79e83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reviewer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.7)
project(REViewer VERSION 0.2.3 LANGUAGES C CXX)
project(REViewer VERSION 0.2.4 LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion reviewer/app/REViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ optional<WorkflowArguments> getCommandLineArguments(int argc, char** argv)

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

Expand Down

0 comments on commit d79e83e

Please sign in to comment.