Skip to content

Commit 40e872b

Browse files
committed
Add github version
Need to also update hardcoded version in sink class Signed-off-by: A. Garrard <GARRARD@uk.ibm.com>
1 parent b8c5250 commit 40e872b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/eventstreams/connect/mqsink/MQSinkConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public class MQSinkConnector extends SinkConnector {
143143
public static final String CONFIG_DOCUMENTATION_MQ_USER_AUTHENTICATION_MQCSP = "Whether to use MQ connection security parameters (MQCSP).";
144144
public static final String CONFIG_DISPLAY_MQ_USER_AUTHENTICATION_MQCSP = "User authentication using MQCSP";
145145

146-
public static String VERSION = "1.3.0";
146+
public static String VERSION = "1.3.1";
147147

148148
private Map<String, String> configProps;
149149

0 commit comments

Comments
 (0)