We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0319dd5 commit 6964827Copy full SHA for 6964827
src/main/java/com/ibm/mq/kafkaconnect/MQSourceConnector.java
@@ -79,7 +79,7 @@ public class MQSourceConnector extends SourceConnector {
79
public static final String CONFIG_DOCUMENTATION_TOPIC = "The name of the target Kafka topic.";
80
public static final String CONFIG_DISPLAY_TOPIC = "Target Kafka topic";
81
82
- public static String VERSION = "0.3";
+ public static String VERSION = "0.4";
83
84
private Map<String, String> configProps;
85
0 commit comments