Browse Source

Updated the version mapping table.

(cherry picked from commit 94a3f5dffec2b883b977dbca779ed13216843e51)
PahudPlus 5 years ago
parent
commit
94d2d2e2ef
1 changed files with 11 additions and 11 deletions
  1. 11 11
      README.md

+ 11 - 11
README.md

@@ -13,17 +13,17 @@ Java SDK for [Milvus](https://github.com/milvus-io/milvus). To contribute to thi
 
 The following table shows compatibilities between Milvus and Java SDK.
 
-   | Milvus version | SDK version |
-   | :------------: | :---------: |
-   |     0.5.0      |    0.2.2    |
-   |     0.5.1      |    0.2.2    |
-   |     0.5.2      |    0.2.2    |
-   |     0.5.3      |    0.3.0    |
-   |     0.6.0      |    0.4.1    |
-   |     0.7.0      |    0.5.0    |
-   |     0.7.1      |    0.6.0    |
-   |     0.8.0      |    0.7.0    |
-   |     0.9.0      |    0.8.0    |
+| Milvus version | Java SDK version |
+| :------------: | :--------------: |
+|     0.9.0      |    0.8.0         |
+|     0.8.0      |    0.7.0         |
+|     0.7.1      |    0.6.0         |
+|     0.7.0      |    0.5.0         |
+|     0.6.0      |    0.4.1         |
+|     0.5.3      |    0.3.0         |
+|     0.5.2      |    0.2.2         |
+|     0.5.1      |    0.2.2         |
+|     0.5.0      |    0.2.2         |
 
 ### Install Java SDK