Skip to content

Commit 8fde8f3

Browse files
authored
feat: Update version from 2.5.0 to 2.6.0 (#164)
Signed-off-by: Joel Hanson <joelhanson025@gmail.com>
1 parent 04c1d49 commit 8fde8f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ body:
5858
description: What version of our software are you running?
5959
options:
6060
- latest
61-
- 2.5.0 (Default)
61+
- 2.6.0 (Default)
6262
- 1.3.5
6363
- older (<1.3.5)
6464
validations:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>com.ibm.eventstreams.connect</groupId>
2121
<artifactId>kafka-connect-mq-source</artifactId>
2222
<packaging>jar</packaging>
23-
<version>2.5.0</version>
23+
<version>2.6.0</version>
2424
<name>kafka-connect-mq-source</name>
2525
<organization>
2626
<name>IBM Corporation</name>

src/main/java/com/ibm/eventstreams/connect/mqsource/MQSourceConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public class MQSourceConnector extends SourceConnector {
224224
CONFIG_VALUE_MQ_CLIENT_RECONNECT_OPTION_DISABLED.toLowerCase(Locale.ENGLISH)
225225
};
226226

227-
public static String version = "2.5.0";
227+
public static String version = "2.6.0";
228228

229229
private Map<String, String> configProps;
230230

0 commit comments

Comments
 (0)