We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499f80f commit 731ac6bCopy full SHA for 731ac6b
2 files changed
README.md
@@ -20,7 +20,7 @@ Add following code block as a dependency
20
<dependency>
21
<groupId>com.databend</groupId>
22
<artifactId>databend-jdbc</artifactId>
23
- <version>0.3.9</version>
+ <version>0.4.0</version>
24
</dependency>
25
```
26
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>databend-base</artifactId>
12
13
<name>databend-base</name>
14
<description>Databend</description>
15
<packaging>pom</packaging>
0 commit comments