diff --git a/consolidator/Ballerina.toml b/consolidator/Ballerina.toml
index 1536c62..4fe85fd 100644
--- a/consolidator/Ballerina.toml
+++ b/consolidator/Ballerina.toml
@@ -1,7 +1,7 @@
[package]
org = "mosip"
name = "consolidatorService"
-version = "1.3.1-SNAPSHOT"
+version = "1.3.2-SNAPSHOT"
[build-options]
observabilityIncluded = true
@@ -10,5 +10,5 @@ observabilityIncluded = true
modules = ["inittopic"]
groupId = "io.mosip"
artifactId = "kafka-admin-client"
-version = "1.3.1-SNAPSHOT"
-path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar"
+version = "1.3.2-SNAPSHOT"
+path = "kafka-admin-client/target/kafka-admin-client-1.3.2-SNAPSHOT.jar"
diff --git a/deploy/install.sh b/deploy/install.sh
index 4f14a04..a2502cf 100755
--- a/deploy/install.sh
+++ b/deploy/install.sh
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi
NS=websub
-CHART_VERSION=1.3.1-develop
+CHART_VERSION=1.3.2-develop
echo Create $NS namespace
kubectl create ns $NS
diff --git a/helm/websub-consolidator/Chart.yaml b/helm/websub-consolidator/Chart.yaml
index 8d20a56..96e7188 100644
--- a/helm/websub-consolidator/Chart.yaml
+++ b/helm/websub-consolidator/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: websub-consolidator
description: A Helm chart for Websub Cconsolidator
type: application
-version: 1.3.1-develop
+version: 1.3.2-develop
appVersion: ""
dependencies:
- name: common
diff --git a/helm/websub/Chart.yaml b/helm/websub/Chart.yaml
index 5ff944c..ad2fcb7 100644
--- a/helm/websub/Chart.yaml
+++ b/helm/websub/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: websub
description: A Helm chart for Websub service
type: application
-version: 1.3.1-develop
+version: 1.3.2-develop
appVersion: ""
dependencies:
- name: common
diff --git a/hub/Ballerina.toml b/hub/Ballerina.toml
index e7d56a3..0c1e987 100644
--- a/hub/Ballerina.toml
+++ b/hub/Ballerina.toml
@@ -1,7 +1,7 @@
[package]
org = "mosip"
name = "kafkaHub"
-version = "1.3.1-SNAPSHOT"
+version = "1.3.2-SNAPSHOT"
[build-options]
observabilityIncluded = true
@@ -10,5 +10,5 @@ observabilityIncluded = true
modules = ["inittopic"]
groupId = "io.mosip"
artifactId = "kafka-admin-client"
-version = "1.3.1-SNAPSHOT"
-path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar"
+version = "1.3.2-SNAPSHOT"
+path = "kafka-admin-client/target/kafka-admin-client-1.3.2-SNAPSHOT.jar"
diff --git a/kafka-admin-client/pom.xml b/kafka-admin-client/pom.xml
index cbcbbc5..81e6767 100644
--- a/kafka-admin-client/pom.xml
+++ b/kafka-admin-client/pom.xml
@@ -5,7 +5,7 @@
io.mosip
kafka-admin-client
- 1.3.1-SNAPSHOT
+ 1.3.2-SNAPSHOT
jar
kafka-admin-client