Skip to content

Commit 7b12c50

Browse files
authored
fix version (#46)
1 parent a82d709 commit 7b12c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ nebula-algorithm 是一款基于 [GraphX](https://spark.apache.org/graphx/) 的
6161
<dependency>
6262
<groupId>com.vesoft</groupId>
6363
<artifactId>nebula-algorithm</artifactId>
64-
<version>2.0.0</version>
64+
<version>3.0.0</version>
6565
</dependency>
6666
```
6767
* 定义算法参数调用算法(以`PageRank`为例)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You could submit the entire spark application or invoke algorithms in `lib` libr
7272
<dependency>
7373
<groupId>com.vesoft</groupId>
7474
<artifactId>nebula-algorithm</artifactId>
75-
<version>2.0.0</version>
75+
<version>3.0.0</version>
7676
</dependency>
7777
```
7878
* Instantiate algorithm's config, below is an example for `PageRank`.

0 commit comments

Comments
 (0)