jadepeng commented on code in PR #1866:
URL:
https://github.com/apache/incubator-hugegraph/pull/1866#discussion_r869915627
##########
hugegraph-api/src/main/java/com/baidu/hugegraph/version/ApiVersion.java:
##########
@@ -118,10 +118,11 @@ public final class ApiVersion {
* [0.66] Issue-1567: Support get schema RESTful API
* [0.67] Issue-1065: Support dynamically add/remove graph
* [0.68] Issue-1763: Support adamic-adar & resource-allocation API
+ * [0.69] Issue-1748: Support Cypher query RESTful API
*/
// The second parameter of Version.of() is for IDE running without JAR
- public static final Version VERSION = Version.of(ApiVersion.class, "0.68");
+ public static final Version VERSION = Version.of(ApiVersion.class, "0.69");
Review Comment:
updated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]