diff --git a/README.md b/README.md index f83d8e51..f3aa95d0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add following code block as a dependency com.databend databend-jdbc - 0.2.8 + 0.2.9 ``` diff --git a/databend-client/pom.xml b/databend-client/pom.xml index a85da49b..38d91ac4 100644 --- a/databend-client/pom.xml +++ b/databend-client/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.2.8 + 0.2.9 ../pom.xml com.databend databend-client - 0.2.8 + 0.2.9 diff --git a/databend-jdbc/pom.xml b/databend-jdbc/pom.xml index 9407e9e9..f0362f4b 100644 --- a/databend-jdbc/pom.xml +++ b/databend-jdbc/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.2.8 + 0.2.9 ../pom.xml com.databend databend-jdbc - 0.2.8 + 0.2.9 @@ -24,7 +24,7 @@ com.databend databend-client - 0.2.8 + 0.2.9 com.squareup.okhttp3 diff --git a/pom.xml b/pom.xml index 9e82f14f..d4d6a33e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.databend databend-base - 0.2.8 + 0.2.9 databend-base Databend pom