We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ab8ca commit b200bf2Copy full SHA for b200bf2
1 file changed
docs/api/getting-started.md
@@ -19,14 +19,14 @@ Add the `kurrentdb-client` dependency to your project:
19
::: tabs
20
@tab gradle
21
```groovy
22
-implementation 'io.kurrent:kurrentdb-client:1.0.x'
+implementation 'io.kurrent:kurrentdb-client:1.1.x'
23
```
24
@tab maven
25
```xml
26
<dependency>
27
<groupId>io.kurrent</groupId>
28
<artifactId>kurrentdb-client</artifactId>
29
- <version>1.0.x</version>
+ <version>1.1.x</version>
30
</dependency>
31
32
:::
0 commit comments