Skip to content

Commit 6964827

Browse files
Corrected connector version number
1 parent 0319dd5 commit 6964827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/mq/kafkaconnect/MQSourceConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class MQSourceConnector extends SourceConnector {
7979
public static final String CONFIG_DOCUMENTATION_TOPIC = "The name of the target Kafka topic.";
8080
public static final String CONFIG_DISPLAY_TOPIC = "Target Kafka topic";
8181

82-
public static String VERSION = "0.3";
82+
public static String VERSION = "0.4";
8383

8484
private Map<String, String> configProps;
8585

0 commit comments

Comments
 (0)