We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6392c0d commit 766e093Copy full SHA for 766e093
README.md
@@ -8,7 +8,7 @@
8
[](https://www.jetbrains.com/idea/)
9
10
11
-TODO Finder CLI, version `0.0.6`.
+TODO Finder CLI, version `0.0.7`.
12
13
This is a small Java CLI tool which scans the directory where it's being run and reports all the TODOs or FIXMEs found in the code files.
14
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.selfxdsd</groupId>
<artifactId>todo-finder-cli</artifactId>
- <version>0.0.7-SNAPSHOT</version>
+ <version>0.0.8-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
0 commit comments