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