imbajin commented on code in PR #131:
URL: 
https://github.com/apache/incubator-hugegraph-commons/pull/131#discussion_r1163919485


##########
hugegraph-rpc/src/main/java/org/apache/hugegraph/version/RpcVersion.java:
##########
@@ -24,5 +24,5 @@ public class RpcVersion {
     public static final String NAME = "hugegraph-rpc";
 
     // The second parameter of Version.of() is for all-in-one JAR
-    public static final Version VERSION = Version.of(RpcVersion.class, 
"1.0.0");
+    public static final Version VERSION = Version.of(RpcVersion.class, 
"1.0.1");

Review Comment:
   TODO: we need use **one version** in one project (currently could keep 
them..)



-- 
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]

Reply via email to