Skip to content

Commit

Permalink
update api version to 0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed May 11, 2021
1 parent dff23fc commit 39904a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugegraph-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Implementation-Version>0.60.0.0</Implementation-Version>
<Implementation-Version>0.61.0.0</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ public final class ApiVersion {
* multi-node-shortest-path, jaccard-similar and template-paths
* [0.59] Issue-1333: Support graph read mode for olap property
* [0.60] Issue-1392: Support create and resume snapshot
* [0.61] Issue-1433: Unify naming of degree for olap algorithms
*/

// The second parameter of Version.of() is for IDE running without JAR
public static final Version VERSION = Version.of(ApiVersion.class, "0.60");
public static final Version VERSION = Version.of(ApiVersion.class, "0.61");

public static final void check() {
// Check version of hugegraph-core. Firstly do check from version 0.3
Expand Down

0 comments on commit 39904a9

Please sign in to comment.