From e43473a60cedf5485bb6a6e7523c8acb002ba42f Mon Sep 17 00:00:00 2001 From: Jeffrey Douangpaseuth <11084623+Nephery@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:18:39 -0500 Subject: [PATCH] prepare for 3.0.1 release --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 009ba60..a164b3a 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ In this case the IP address is one of the nodes running the distributed mode wor { "class": "com.solace.connector.kafka.connect.sink.SolaceSinkConnector", "type": "sink", - "version": "3.0.0" + "version": "3.0.1" }, ``` diff --git a/gradle.properties b/gradle.properties index f4bdd6f..67e1778 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=com.solace.connector.kafka.connect -version=3.0.0 \ No newline at end of file +version=3.0.1 \ No newline at end of file