We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dedeba commit 4c6702dCopy full SHA for 4c6702d
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.9-SNAPSHOT",
+ version = "0.2.9",
16
exitCodeOnInvalidInput = 0,
17
subcommands = {
18
AccountCommand.class,
0 commit comments