Skip to content

Commit

Permalink
Bumped version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed Apr 28, 2022
1 parent 7bdacfe commit 60df920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(cmake/prelude.cmake)

project(
fccf
VERSION 0.3.0
VERSION 0.4.0
DESCRIPTION "fccf recursively searches a directory to find C/C++ source code matching a search string."
HOMEPAGE_URL "https://github.com/p-ranav/fccf"
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int main(int argc, char* argv[])
const auto is_stdout = isatty(STDOUT_FILENO) == 1;
std::ios_base::sync_with_stdio(false);
std::cin.tie(NULL);
argparse::ArgumentParser program("search", "0.3.0");
argparse::ArgumentParser program("search", "0.4.0");
program.add_argument("query");
program.add_argument("path");

Expand Down

0 comments on commit 60df920

Please sign in to comment.