Skip to content

Commit

Permalink
Add github version
Browse files Browse the repository at this point in the history
Need to also update hardcoded version in sink class

Signed-off-by: A. Garrard <[email protected]>
  • Loading branch information
tagarr committed Sep 24, 2020
1 parent b8c5250 commit 40e872b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public class MQSinkConnector extends SinkConnector {
public static final String CONFIG_DOCUMENTATION_MQ_USER_AUTHENTICATION_MQCSP = "Whether to use MQ connection security parameters (MQCSP).";
public static final String CONFIG_DISPLAY_MQ_USER_AUTHENTICATION_MQCSP = "User authentication using MQCSP";

public static String VERSION = "1.3.0";
public static String VERSION = "1.3.1";

private Map<String, String> configProps;

Expand Down

0 comments on commit 40e872b

Please sign in to comment.