Skip to content

Commit

Permalink
upgrade api version
Browse files Browse the repository at this point in the history
Change-Id: I626f0f1df44d31d5e7fe4ee212b20c7f3a48e2d4
  • Loading branch information
javeme committed Mar 4, 2021
1 parent b334a79 commit 8afef84
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 @@ -171,7 +171,7 @@
</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Implementation-Version>0.59.0.0</Implementation-Version>
<Implementation-Version>0.60.0.0</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ public final class ApiVersion {
* [0.58] Issue-1173: Supports customized kout/kneighbor,
* multi-node-shortest-path, jaccard-similar and template-paths
* [0.59] Issue-1333: Support graph read mode for olap property
* [0.60] Issue-1378: Add compact api for rocksdb/cassandra/hbase backend
*/

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

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

0 comments on commit 8afef84

Please sign in to comment.