From 03b5ff7cdaf705e1d5457f2be0f757447818555f Mon Sep 17 00:00:00 2001 From: zhihanz Date: Wed, 18 Sep 2024 15:51:45 +0800 Subject: [PATCH] feat: release v0.3.2 --- README.md | 2 +- databend-client/pom.xml | 4 ++-- databend-jdbc/pom.xml | 6 +++--- pom.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 23fb94f..6c50edd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add following code block as a dependency com.databend databend-jdbc - 0.3.1 + 0.3.2 ``` diff --git a/databend-client/pom.xml b/databend-client/pom.xml index bd17f32..e5a0f3e 100644 --- a/databend-client/pom.xml +++ b/databend-client/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.3.1 + 0.3.2 ../pom.xml com.databend databend-client - 0.3.1 + 0.3.2 diff --git a/databend-jdbc/pom.xml b/databend-jdbc/pom.xml index 997f98b..0aec9db 100644 --- a/databend-jdbc/pom.xml +++ b/databend-jdbc/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.3.1 + 0.3.2 ../pom.xml com.databend databend-jdbc - 0.3.1 + 0.3.2 @@ -24,7 +24,7 @@ com.databend databend-client - 0.3.1 + 0.3.2 com.squareup.okhttp3 diff --git a/pom.xml b/pom.xml index cbe4b5f..b7806f3 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.databend databend-base - 0.3.1 + 0.3.2 databend-base Databend pom