Skip to content

Commit

Permalink
Bumped to version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed May 2, 2022
1 parent 0c8504c commit f64b3ce
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.5.0
VERSION 0.6.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[])
auto is_stdout = isatty(STDOUT_FILENO) == 1;
std::ios_base::sync_with_stdio(false);
std::cin.tie(NULL);
argparse::ArgumentParser program("fccf", "0.5.0");
argparse::ArgumentParser program("fccf", "0.6.0");
program.add_argument("query");
program.add_argument("path");

Expand Down

0 comments on commit f64b3ce

Please sign in to comment.