We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656fbe0 commit e7b18aaCopy full SHA for e7b18aa
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.5",
+ version = "0.2.6",
16
exitCodeOnInvalidInput = 0,
17
subcommands = {
18
AccountCommand.class,
0 commit comments