Skip to content

Commit b200bf2

Browse files
committed
docs: quickstart
1 parent b9ab8ca commit b200bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Add the `kurrentdb-client` dependency to your project:
1919
::: tabs
2020
@tab gradle
2121
```groovy
22-
implementation 'io.kurrent:kurrentdb-client:1.0.x'
22+
implementation 'io.kurrent:kurrentdb-client:1.1.x'
2323
```
2424
@tab maven
2525
```xml
2626
<dependency>
2727
<groupId>io.kurrent</groupId>
2828
<artifactId>kurrentdb-client</artifactId>
29-
<version>1.0.x</version>
29+
<version>1.1.x</version>
3030
</dependency>
3131
```
3232
:::

0 commit comments

Comments
 (0)