We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aca948 commit aadbfb2Copy full SHA for aadbfb2
src/main/java/com/devshawn/kafka/gitops/MainCommand.java
@@ -12,7 +12,7 @@
12
import java.util.concurrent.Callable;
13
14
@Command(name = "kafka-gitops",
15
- version = "0.2.6",
+ version = "0.2.7",
16
exitCodeOnInvalidInput = 0,
17
subcommands = {
18
AccountCommand.class,
0 commit comments