Skip to content

Commit f64b3ce

Browse files
committed
Bumped to version v0.6.0
1 parent 0c8504c commit f64b3ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
44

55
project(
66
fccf
7-
VERSION 0.5.0
7+
VERSION 0.6.0
88
DESCRIPTION "fccf recursively searches a directory to find C/C++ source code matching a search string."
99
HOMEPAGE_URL "https://github.com/p-ranav/fccf"
1010
LANGUAGES CXX

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ int main(int argc, char* argv[])
1616
auto is_stdout = isatty(STDOUT_FILENO) == 1;
1717
std::ios_base::sync_with_stdio(false);
1818
std::cin.tie(NULL);
19-
argparse::ArgumentParser program("fccf", "0.5.0");
19+
argparse::ArgumentParser program("fccf", "0.6.0");
2020
program.add_argument("query");
2121
program.add_argument("path");
2222

0 commit comments

Comments
 (0)