Skip to content

Commit 4b0187f

Browse files
Update About.md
1 parent db96cff commit 4b0187f

File tree

1 file changed

+3
-3
lines changed
  • API_Reference/milvus-sdk-java/v2.4.x

1 file changed

+3
-3
lines changed

Diff for: API_Reference/milvus-sdk-java/v2.4.x/About.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ You can use **[Apache Maven](https://maven.apache.org/install.html)** or **[Grad
4545
<dependency>
4646
<groupId>io.milvus</groupId>
4747
<artifactId>milvus-sdk-java</artifactId>
48-
<version>2.4.4</version>
48+
<version>2.4.8</version>
4949
</dependency>
5050
```
5151

5252
- Gradle/Groovy
5353

5454
```plaintext
55-
implementation 'io.milvus:milvus-sdk-java:2.4.4'
55+
implementation 'io.milvus:milvus-sdk-java:2.4.8'
5656
```
5757

5858
- Gradle/Kotlin
5959

6060
```sql
61-
implementation("io.milvus:milvus-sdk-java:2.4.4")
61+
implementation("io.milvus:milvus-sdk-java:2.4.8")
6262
```
6363

6464
## **Contributing**

0 commit comments

Comments
 (0)