We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6271fe4 commit dff232cCopy full SHA for dff232c
src/main/java/com/devshawn/kafka/dsf/MainCommand.java
@@ -11,7 +11,7 @@
11
import java.util.concurrent.Callable;
12
13
@Command(name = "kafka-dsf",
14
- version = "0.0.2",
+ version = "0.0.3",
15
exitCodeOnInvalidInput = 0,
16
subcommands = {
17
ApplyCommand.class,
0 commit comments