Skip to content

Commit

Permalink
chore: remove alpha/beta from readmes (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3660

Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Sep 6, 2024
1 parent 2c6cfc3 commit 04b66b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ To get started, add the algoliasearch-client-java dependency to your project, ei
<dependency>
<groupId>com.algolia</groupId>
<artifactId>algoliasearch</artifactId>
<version>4.0.0-beta.36</version>
<version>[4,)</version>
</dependency>
```

or [Gradle](https://gradle.org/):

```java
dependencies {
implementation 'com.algolia:algoliasearch:4.0.0-beta.36'
implementation 'com.algolia:algoliasearch:4.+'
}
```

Expand Down

0 comments on commit 04b66b4

Please sign in to comment.