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 b8c5250 commit 40e872bCopy full SHA for 40e872b
src/main/java/com/ibm/eventstreams/connect/mqsink/MQSinkConnector.java
@@ -143,7 +143,7 @@ public class MQSinkConnector extends SinkConnector {
143
public static final String CONFIG_DOCUMENTATION_MQ_USER_AUTHENTICATION_MQCSP = "Whether to use MQ connection security parameters (MQCSP).";
144
public static final String CONFIG_DISPLAY_MQ_USER_AUTHENTICATION_MQCSP = "User authentication using MQCSP";
145
146
- public static String VERSION = "1.3.0";
+ public static String VERSION = "1.3.1";
147
148
private Map<String, String> configProps;
149
0 commit comments