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