forked from hugegraph/hugegraph-sync
update api version
This commit is contained in:
parent
86ef5ff967
commit
d0e9aa92f5
|
|
@ -153,7 +153,7 @@
|
|||
</addDefaultSpecificationEntries>
|
||||
</manifest>
|
||||
<manifestEntries>
|
||||
<Implementation-Version>0.64.0.0</Implementation-Version>
|
||||
<Implementation-Version>0.65.0.0</Implementation-Version>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
|
|
|
|||
|
|
@ -114,10 +114,11 @@ public final class ApiVersion {
|
|||
* [0.62] Issue-1378: Add compact api for rocksdb/cassandra/hbase backend
|
||||
* [0.63] Issue-1500: Add user-login RESTful API
|
||||
* [0.64] Issue-1504: Add auth-project RESTful API
|
||||
* [0.65] Issue-1505: Create admin-group and op-group when initStore
|
||||
*/
|
||||
|
||||
// The second parameter of Version.of() is for IDE running without JAR
|
||||
public static final Version VERSION = Version.of(ApiVersion.class, "0.64");
|
||||
public static final Version VERSION = Version.of(ApiVersion.class, "0.65");
|
||||
|
||||
public static final void check() {
|
||||
// Check version of hugegraph-core. Firstly do check from version 0.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue